X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-heads-engraver.cc;h=426eb7d84489575c8976c7e17932ef12cf0a5906;hb=55aa718dc9a21d2eced4c3d29787880b970a1d5f;hp=7240d61d51e267ca9ad56a2976ba47cfd7e9ec90;hpb=be8e0ed9c4d9bf06fb150e1f0d3cfe1518dfc3a7;p=lilypond.git diff --git a/lily/note-heads-engraver.cc b/lily/note-heads-engraver.cc index 7240d61d51..426eb7d844 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--2009 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 */ + "" + );