]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
*** empty log message ***
[lilypond.git] / lily / note-heads-engraver.cc
index 7898b85ec39407dfe06f64f7af8f093214fc2edc..0ecf80fd88f5dd2078a01c53ac2244b2bfdbf21b 100644 (file)
@@ -83,7 +83,7 @@ Note_heads_engraver::process_music ()
       int pos = pit ? pit->steps () : 0;
       SCM c0 = get_property ("middleCPosition");
       if (ly_c_number_p (c0))
-       pos += ly_scm2int (c0);
+       pos += scm_to_int (c0);
 
       note->set_property ("staff-position",   scm_int2num (pos));
       notes_.push (note);