]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/completion-note-heads-engraver.cc
* lily/beam.cc (set_stem_lengths): do set_stemend for invisible
[lilypond.git] / lily / completion-note-heads-engraver.cc
index 3e5056619d6345af1b157b75948d4bf866ba70c1..fb67686f96b945c37e062867507ff6a08c0581f9 100644 (file)
@@ -12,7 +12,6 @@ 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"
@@ -296,7 +295,15 @@ 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 */ "");