X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fdot-column-engraver.cc;h=55956b3eb44659aa0b8c470709df65f3aca4fefa;hb=d145acbbd1250d861b3e8559d40c342273b2bb63;hp=83953c5d54b89518e30c507281cc77db84785603;hpb=6b9bfd374643d1eed1ea158777d796c57a2bcd3a;p=lilypond.git diff --git a/lily/dot-column-engraver.cc b/lily/dot-column-engraver.cc index 83953c5d54..55956b3eb4 100644 --- a/lily/dot-column-engraver.cc +++ b/lily/dot-column-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2002 Han-Wen Nienhuys + (c) 1998--2003 Han-Wen Nienhuys */ @@ -80,11 +80,10 @@ Dot_column_engraver::acknowledge_grob (Grob_info info) ENTER_DESCRIPTION(Dot_column_engraver, -/* descr */ " Engraves dots on dotted notes shifted to the right of the note. -If omitted, then dots appear on top of the notes. -", +/* descr */ " Engraves dots on dotted notes shifted to the right of the note.\n" +"If omitted, then dots appear on top of the notes.", /* creats*/ "DotColumn", -/* accepts */ "general-music", +/* accepts */ "", /* acks */ "rhythmic-head-interface dot-column-interface stem-interface", /* reads */ "", /* write */ "");