]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
coding style nits
[lilypond.git] / lily / cluster.cc
index 8fe55dc69a942941c531836f89881cc0a5fe8e14..2c41b9a1749e05e3ae7b0257f7e83954bd4845ca 100644 (file)
@@ -193,9 +193,12 @@ ADD_INTERFACE (Cluster,
               "The property @code{style} controls the shape of cluster segments.  Valid values "
               "include @code{leftsided-stairs}, @code{rightsided-stairs}, @code{centered-stairs}, "
               "and @code{ramp}.\n",
+
+              /* props */
               "style "
               "padding "
-              "columns ");
+              "columns "
+              );
 
 struct Cluster_beacon
 {