X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcompletion-note-heads-engraver.cc;h=fb67686f96b945c37e062867507ff6a08c0581f9;hb=8331554b76548e31544738675fe5c6ab86fc5949;hp=3e5056619d6345af1b157b75948d4bf866ba70c1;hpb=cc676c5aadd45985251b5d60fa23eed1ed98f6e6;p=lilypond.git diff --git a/lily/completion-note-heads-engraver.cc b/lily/completion-note-heads-engraver.cc index 3e5056619d..fb67686f96 100644 --- a/lily/completion-note-heads-engraver.cc +++ b/lily/completion-note-heads-engraver.cc @@ -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 */ "");