]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Fix #263.
[lilypond.git] / lily / note-heads-engraver.cc
index 7d976761dd9fbfdd512ad9d4af025c6b6b01feea..a49bbbe81f64bfefb3d4d43ac1d35111a7895c44 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-heads-engraver.cc -- part of GNU LilyPond
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -104,5 +104,7 @@ ADD_TRANSLATOR (Note_heads_engraver,
                /* doc */ "Generate noteheads.",
                /* create */
                "NoteHead ",
-               /* read */ "middleCPosition",
-               /* write */ "");
+               /* read */
+               "middleCPosition",
+               /* write */
+               "");