]> git.donarmstrong.com Git - lilypond.git/commitdiff
coding style nits
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 2 Jan 2007 13:08:27 +0000 (14:08 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 2 Jan 2007 13:08:27 +0000 (14:08 +0100)
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
 {