]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/completion-note-heads-engraver.cc
*** empty log message ***
[lilypond.git] / lily / completion-note-heads-engraver.cc
index fb67686f96b945c37e062867507ff6a08c0581f9..3e5056619d6345af1b157b75948d4bf866ba70c1 100644 (file)
@@ -12,6 +12,7 @@ using namespace std;
 #include "duration.hh"
 #include "global-context.hh"
 #include "item.hh"
+#include "music.hh"
 #include "output-def.hh"
 #include "pitch.hh"
 #include "rhythmic-head.hh"
@@ -295,15 +296,7 @@ ADD_TRANSLATOR (Completion_heads_engraver,
                /* doc */ "This engraver replaces "
                "@code{Note_heads_engraver}. It plays some trickery to "
                "break long notes and automatically tie them into the next measure.",
-               /* create */
-               "NoteHead "
-               "Dots "
-               "Tie",
-
+               /* create */ "NoteHead Dots Tie",
                /* accept */ "note-event",
-               /* read */
-               "middleCPosition "
-               "measurePosition "
-               "measureLength",
-
+               /* read */ "middleCPosition measurePosition measureLength",
                /* write */ "");