]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / mark-engraver.cc
index 244404334eecc62d5ded9fb9838e7ac31148e67c..cb2ac141d9e975ec9a18e3f5677394b407a77fd2 100644 (file)
@@ -170,7 +170,12 @@ ADD_TRANSLATOR (Mark_engraver,
                "to a different context, "
                "@ref{Staff_collecting_engraver} must move along, otherwise all marks"
                "end up on the same Y-location",
+               
                /* create */ "RehearsalMark",
                /* accept */ "mark-event",
-               /* read */ "rehearsalMark rehearsalMarkAlignSymbol markFormatter stavesFound",
+               /* read */
+               "markFormatter "
+               "rehearsalMark "
+               "stavesFound ",
+               
                /* write */ "");