X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-harmonic-engraver.cc;h=86dee35ea4f7179d71c31d1d0c90a05ce13b6ff5;hb=535a3d9b3ec19681b87d879e9e81b1841d1300b5;hp=1faa1141444fe76e00e128ee6bd93579151890fc;hpb=00e3e15364b9d3c94cda1bcab9f889bb95f6832d;p=lilypond.git diff --git a/lily/tab-harmonic-engraver.cc b/lily/tab-harmonic-engraver.cc index 1faa114144..86dee35ea4 100644 --- a/lily/tab-harmonic-engraver.cc +++ b/lily/tab-harmonic-engraver.cc @@ -64,10 +64,16 @@ Tab_harmonic_engraver::acknowledge_note_head (Grob_info info) ADD_ACKNOWLEDGER (Tab_harmonic_engraver, note_head); ADD_TRANSLATOR (Tab_harmonic_engraver, - /* doc */ "Parenthesize objects whose music cause has the @code{parenthesize} " - "property.", + /* doc */ + "In a tablature, parenthesize objects whose music cause has" + " the @code{parenthesize} property.", /* create */ "HarmonicParenthesesItem ", - /* read */ "", - /* write */ ""); + + /* read */ + "", + + /* write */ + "" + );