X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmeasure-grouping-spanner.cc;h=48d00ded04f503feb57bfe52377e2d199c2b851f;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f2cd9894749d8c5e2ef831c6f043c2588c32773e;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/measure-grouping-spanner.cc b/lily/measure-grouping-spanner.cc index f2cd989474..48d00ded04 100644 --- a/lily/measure-grouping-spanner.cc +++ b/lily/measure-grouping-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2007 Han-Wen Nienhuys + (c) 2002--2008 Han-Wen Nienhuys */ #include "measure-grouping-spanner.hh" @@ -48,7 +48,12 @@ Measure_grouping::print (SCM grob) } ADD_INTERFACE (Measure_grouping, - "This object indicates groups of beats. " - "Valid choices for @code{style} are @code{bracket} and @code{triangle}.", - "thickness style height"); + "This object indicates groups of beats. Valid choices for" + " @code{style} are @code{bracket} and @code{triangle}.", + + /* properties */ + "thickness " + "style " + "height " + );