X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspan-bar-engraver.cc;h=b3709e73363ef087ded28c6843203ef4b102dbc4;hb=4908afe216a92f70fd6f8c8cd0db8a6aa0a10ec1;hp=7e28a6bc416c8d33f2fe8ad3d2042eba2b5a7e19;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/span-bar-engraver.cc b/lily/span-bar-engraver.cc index 7e28a6bc41..b3709e7336 100644 --- a/lily/span-bar-engraver.cc +++ b/lily/span-bar-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #include "bar-line.hh" @@ -76,8 +76,16 @@ Span_bar_engraver::stop_translation_timestep () ADD_ACKNOWLEDGER (Span_bar_engraver, bar_line); ADD_TRANSLATOR (Span_bar_engraver, - /* doc */ "This engraver makes cross-staff barlines: It catches all normal " - "bar lines, and draws a single span-bar across them.", - /* create */ "SpanBar", - /* read */ "", - /* write */ ""); + /* doc */ + "Make cross-staff bar lines: It catches all normal bar lines" + " and draws a single span bar across them.", + + /* create */ + "SpanBar ", + + /* read */ + "", + + /* write */ + "" + );