X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-harmonic-engraver.cc;h=ba95e01ab9d949d8f0d21d8527d7e3e5488396cd;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=10fc13f57964f20bc867b562fd4345ff20d533da;hpb=fcc5f76615e024803904a055902fdc6a3b24dccb;p=lilypond.git diff --git a/lily/tab-harmonic-engraver.cc b/lily/tab-harmonic-engraver.cc index 10fc13f579..ba95e01ab9 100644 --- a/lily/tab-harmonic-engraver.cc +++ b/lily/tab-harmonic-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ @@ -65,8 +65,8 @@ Tab_harmonic_engraver::acknowledge_note_head (Grob_info info) ADD_ACKNOWLEDGER (Tab_harmonic_engraver, note_head); ADD_TRANSLATOR (Tab_harmonic_engraver, /* doc */ - "In a tablature, parenthesize objects whose music cause has " - "the @code{parenthesize} property.", + "In a tablature, parenthesize objects whose music cause has" + " the @code{parenthesize} property.", /* create */ "HarmonicParenthesesItem ",