From: Han-Wen Nienhuys Date: Tue, 2 Jan 2007 13:08:27 +0000 (+0100) Subject: coding style nits X-Git-Tag: release/2.11.8-1~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4dc3e480689055c4d12d00dcb87da7c441282485;p=lilypond.git coding style nits --- diff --git a/lily/cluster.cc b/lily/cluster.cc index 8fe55dc69a..2c41b9a174 100644 --- a/lily/cluster.cc +++ b/lily/cluster.cc @@ -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 {