X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-bracket.cc;h=a61474e51ba9a06bd291bbfc5ad5960a4db1330a;hb=b8c66cadfa52c1c5b32ba35166d9b2099f627726;hp=86964ce53f6de2c8fab41b516385405d06b5ea5b;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/piano-pedal-bracket.cc b/lily/piano-pedal-bracket.cc index 86964ce53f..a61474e51b 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--2009 Han-Wen Nienhuys */ #include "stencil.hh" @@ -14,7 +14,7 @@ struct Piano_pedal_bracket { DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); }; MAKE_SCHEME_CALLBACK (Piano_pedal_bracket, print, 1); @@ -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 " + );