]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-placement.cc
Add regtest for mensural and neomensural time signature styles.
[lilypond.git] / lily / accidental-placement.cc
index edc176a5207b8e2a7428b67ea7f5e05a120438d5..c00c5574fe9f1b7a1243d55ae7cb574a4b568db7 100644 (file)
@@ -87,7 +87,7 @@ Accidental_placement::split_accidentals (Grob *accs,
       {
         Grob *a = Grob::unsmob (scm_car (s));
 
-        if (Grob::unsmob (a->get_object ("tie"))
+        if (Grob::is_smob (a->get_object ("tie"))
             && !to_boolean (a->get_property ("forced")))
           break_reminder->push_back (a);
         else