]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
Bitrot fix in outcommented Grob_array::mark_smob code
[lilypond.git] / lily / chord-name-engraver.cc
index dba699c8f4aaf119f0de742c33d96ca6fb3fefc7..ded53c5534421a7a5332ab08c25824c5e81c146e 100644 (file)
@@ -96,7 +96,7 @@ Chord_name_engraver::process_music ()
             {
               Stream_event *n = notes_[i];
               SCM p = n->get_property ("pitch");
-              if (!Pitch::unsmob (p))
+              if (!Pitch::is_smob (p))
                 continue;
 
               if (n->get_property ("bass") == SCM_BOOL_T)