X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-heads-engraver.cc;h=e3fce707fae3210d16c222c4a1b735ec8d349b65;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=7240d61d51e267ca9ad56a2976ba47cfd7e9ec90;hpb=8aa6337f3aec92cf119f23e17952f73040ce86d2;p=lilypond.git diff --git a/lily/note-heads-engraver.cc b/lily/note-heads-engraver.cc index 7240d61d51..e3fce707fa 100644 --- a/lily/note-heads-engraver.cc +++ b/lily/note-heads-engraver.cc @@ -1,7 +1,7 @@ /* note-heads-engraver.cc -- part of GNU LilyPond - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -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 */ + "" + );