]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/measure-grouping-spanner.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / measure-grouping-spanner.cc
index f2cd9894749d8c5e2ef831c6f043c2588c32773e..2048abc5d2cf254d2f68cee43bd94293d93b994c 100644 (file)
@@ -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 "
+              );