X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-staff-symbol-engraver.cc;h=ad700a3ef36f1b2b00e72f0a82825534935daa04;hb=079be3c9a14d13e594cb1c1924058322a93ca1b5;hp=f103e0f6b40cae754c74f9fc4c4c0acc9344a9aa;hpb=ade2bb7da653fbd9d670590afd67376fe69c59dd;p=lilypond.git diff --git a/lily/tab-staff-symbol-engraver.cc b/lily/tab-staff-symbol-engraver.cc index f103e0f6b4..ad700a3ef3 100644 --- a/lily/tab-staff-symbol-engraver.cc +++ b/lily/tab-staff-symbol-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 */ #include "engraver.hh" @@ -34,9 +34,15 @@ Tab_staff_symbol_engraver::Tab_staff_symbol_engraver () ADD_ACKNOWLEDGER (Tab_staff_symbol_engraver, staff_symbol); ADD_TRANSLATOR (Tab_staff_symbol_engraver, /* doc */ - "Create a staff-symbol, but look at " - "stringTunings for the number of lines. " - , - /* create */ "StaffSymbol", - /* read */ "stringTunings", - /* write */ ""); + "Create a tablature staff symbol, but look at" + " @code{stringTunings} for the number of lines.", + + /* create */ + "StaffSymbol ", + + /* read */ + "stringTunings ", + + /* write */ + "" + );