X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-heads-engraver.cc;h=173961cb08d73b4a4e22183877478c034e02d688;hb=e34621159931fdbc7dff10973c2bc9ca38ab024c;hp=7240d61d51e267ca9ad56a2976ba47cfd7e9ec90;hpb=9103f41195641e9286cfa1fb06874ad4a9daa060;p=lilypond.git diff --git a/lily/note-heads-engraver.cc b/lily/note-heads-engraver.cc index 7240d61d51..173961cb08 100644 --- a/lily/note-heads-engraver.cc +++ b/lily/note-heads-engraver.cc @@ -112,9 +112,16 @@ Note_heads_engraver::stop_translation_timestep () } ADD_TRANSLATOR (Note_heads_engraver, - /* doc */ "Generate noteheads.", + /* doc */ + "Generate note heads.", + /* create */ "NoteHead ", - /* read */ "middleCPosition " + + /* read */ + "middleCPosition " "staffLineLayoutFunction ", - /* write */ ""); + + /* write */ + "" + );