X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-engraver.cc;h=3d751ecf1282ef88d750761a2f71ddcc5424a55d;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=2357c087b5dc425a3faa839c629cd6c4f9d9aee5;hpb=deabe8e6c21ae6080e13b269bab24901f74a2254;p=lilypond.git diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc index 2357c087b5..3d751ecf12 100644 --- a/lily/bar-engraver.cc +++ b/lily/bar-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -102,8 +102,17 @@ Bar_engraver::acknowledge_end_spanner (Grob_info gi) ADD_END_ACKNOWLEDGER (Bar_engraver, spanner); ADD_TRANSLATOR (Bar_engraver, - /* doc */ "Create barlines. This engraver is controlled through the " - "@code{whichBar} property. If it has no bar line to create, it will forbid a linebreak at this point", - /* create */ "BarLine", - /* read */ "whichBar", - /* write */ "forbidBreak"); + /* doc */ + "Create barlines. This engraver is controlled through the" + " @code{whichBar} property. If it has no bar line to create," + " it will forbid a linebreak at this point.", + + /* create */ + "BarLine ", + + /* read */ + "whichBar ", + + /* write */ + "forbidBreak " + );