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:
parent
0227eab138
commit
23c7c0b4fd
@ -227,11 +227,7 @@ Editor::location_changed (Location *location)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (location->position_time_domain() == Temporal::BeatTime) {
|
lam->set_name (location->name ());
|
||||||
lam->set_name (string_compose ("%1%2", u8"\u266B", location->name ())); // BEAMED EIGHTH NOTES
|
|
||||||
} else {
|
|
||||||
lam->set_name (location->name ());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (location->is_cue_marker()) {
|
if (location->is_cue_marker()) {
|
||||||
lam->start->set_cue_index (location->cue_id());
|
lam->start->set_cue_index (location->cue_id());
|
||||||
|
Loading…
Reference in New Issue
Block a user