]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/completion-note-heads-engraver.cc
* tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
[lilypond.git] / lily / completion-note-heads-engraver.cc
index cea76ecafac0398f91139c90bca1677358158b96..71d2abdf4da9c2722b600aaf3cbdc0440c32da71 100644 (file)
@@ -244,7 +244,7 @@ Completion_heads_engraver::process_music ()
 
       int pos = pit->steps ();
       SCM c0 = get_property ("middleCPosition");
-      if (ly_c_number_p (c0))
+      if (scm_is_number (c0))
        pos += scm_to_int (c0);
 
       note->set_property ("staff-position",   scm_int2num (pos));