]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / note-heads-engraver.cc
index 038a9d4a6911e8cf5b94ef231a5ccf3a410127fe..7b91132246c8ac377a9ab9894aba514cc17f066f 100644 (file)
@@ -128,7 +128,11 @@ Note_heads_engraver::stop_translation_timestep ()
 
 ADD_TRANSLATOR (Note_heads_engraver,
                /* doc */ "Generate noteheads.",
-               /* create */ "NoteHead Dots",
-               /* accept */ "note-event busy-playing-event",
+               /* create */
+               "NoteHead "
+               "Dots",
+               /* accept */
+               "note-event "
+               "busy-playing-event",
                /* read */ "middleCPosition",
                /* write */ "");