13
0

no more beamed 1/8th note symbol in marker text

All locations use the same domain now, so it is redundant
This commit is contained in:
Paul Davis 2023-08-16 16:32:03 -06:00
parent 0227eab138
commit 23c7c0b4fd

View File

@ -227,11 +227,7 @@ Editor::location_changed (Location *location)
return;
}
if (location->position_time_domain() == Temporal::BeatTime) {
lam->set_name (string_compose ("%1%2", u8"\u266B", location->name ())); // BEAMED EIGHTH NOTES
} else {
lam->set_name (location->name ());
}
lam->set_name (location->name ());
if (location->is_cue_marker()) {
lam->start->set_cue_index (location->cue_id());