X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ftab-staff-symbol-engraver.cc;h=03df300ea2d2493a73e05ff29c7bff019e34bdab;hb=767d065b18c24ce86fed42e4c2112116892cdbf3;hp=f103e0f6b40cae754c74f9fc4c4c0acc9344a9aa;hpb=c3ff1c6cd20e15e9036ee7120012e05b1d62a46d;p=lilypond.git diff --git a/lily/tab-staff-symbol-engraver.cc b/lily/tab-staff-symbol-engraver.cc index f103e0f6b4..03df300ea2 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--2009 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 */ + "" + );