]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / accidental-engraver.cc
index 39a66ba95374e842d4d6cadb5839cf172b2a4ad6..05990a6853dcd6b38396376996c16be53d16566d 100644 (file)
@@ -347,8 +347,7 @@ Accidental_engraver::process_acknowledged ()
 
          /* Cannot look for ties: it's not guaranteed that they reach
             us before the notes. */
-         if (num
-             && !note->is_mus_type ("trill-span-event"))
+         if (num)
            create_accidental (&accidentals_[i], num > 1, cautionary);
        }
     }