Skip to content

Commit

Permalink
Add annot to the system drawing list
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 30, 2025
1 parent ba5cd18 commit 298a5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ void System::AddToDrawingListIfNecessary(Object *object)

if (!object->HasInterface(INTERFACE_TIME_SPANNING)) return;

if (object->Is(
{ BEAMSPAN, BRACKETSPAN, FIGURE, GLISS, HAIRPIN, LV, OCTAVE, PHRASE, PITCHINFLECTION, SLUR, SYL, TIE })) {
if (object->Is({ ANNOTSCORE, BEAMSPAN, BRACKETSPAN, FIGURE, GLISS, HAIRPIN, LV, OCTAVE, PHRASE, PITCHINFLECTION,
SLUR, SYL, TIE })) {
this->AddToDrawingList(object);
}
else if (object->Is(DIR)) {
Expand Down

0 comments on commit 298a5a3

Please sign in to comment.