]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
(print): remove neutral position.
[lilypond.git] / lily / note-heads-engraver.cc
index e1fdc813c7c7d2bbb3848dbf405b405b24d9164f..e64dba8693b7a9ccfa35de2409ceda7d657f6df8 100644 (file)
@@ -81,7 +81,7 @@ Note_heads_engraver::process_music ()
       Pitch *pit =unsmob_pitch (req->get_property ("pitch"));
 
       int pos = pit ? pit->steps () : 0;
-      SCM c0 = get_property ("centralCPosition");
+      SCM c0 = get_property ("middleCPosition");
       if (gh_number_p (c0))
        pos += gh_scm2int (c0);
 
@@ -115,5 +115,5 @@ ENTER_DESCRIPTION (Note_heads_engraver,
 /* creats*/       "NoteHead Dots",
 /* accepts */     "note-event busy-playing-event",
 /* acks  */      "",
-/* reads */       "centralCPosition",
+/* reads */       "middleCPosition",
 /* write */       "");