X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-bracket.cc;h=75771247ff9742bb2faebbdeeb41a00e80a68ac2;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=efda1be5cde7968e8949c89b41cef734ac3cf155;hpb=d2300573cae3c1920400d040faddd33f17b43c2d;p=lilypond.git diff --git a/lily/piano-pedal-bracket.cc b/lily/piano-pedal-bracket.cc index efda1be5cd..75771247ff 100644 --- a/lily/piano-pedal-bracket.cc +++ b/lily/piano-pedal-bracket.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2003--2007 Han-Wen Nienhuys + (c) 2003--2008 Han-Wen Nienhuys */ #include "stencil.hh" @@ -90,14 +90,13 @@ Piano_pedal_bracket::print (SCM smob) } ADD_INTERFACE (Piano_pedal_bracket, + "The bracket of the piano pedal. It can be tuned through" + " the regular bracket properties.", - "The bracket of the piano pedal. " - "It can be tuned through the regular " - "bracket properties.", - - /* props */ + /* properties */ "bound-padding " "edge-height " "shorten-pair " "bracket-flare " - "pedal-text "); + "pedal-text " + );