]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/align-interface.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / align-interface.cc
index db71c32b8f2baa8f5adf9d858e5f747efed11552..a67cfbcb7f018b56de9e0d8b38fbbc0f9b53ad18 100644 (file)
@@ -399,18 +399,16 @@ Align_interface::calc_max_stretch (SCM smob)
 }
 
 ADD_INTERFACE (Align_interface,
+              "Order grobs from top to bottom, left to right, right to left "
+              "or bottom to top.  For vertical alignments of staves, the "
+              "@code{break-system-details} of the left "
+              "@internalsref{NonMusicalPaperColumn} may be set to tune "
+              "vertical spacing.  Set @code{alignment-extra-space} to add "
+              "extra space for staves.  Set "
+              "@code{fixed-alignment-extra-space} to force staves in "
+              "@code{PianoStaff}s further apart.",
               
-              "Order grobs from top to bottom, left to right, right to left or bottom "
-              "to top.  "
-              "For vertical alignments of staves, the @code{break-system-details} of "
-              "the left @internalsref{NonMusicalPaperColumn} may be set to tune vertical spacing "
-              "Set @code{alignment-extra-space} to add extra space for staves. Set "
-              "@code{fixed-alignment-extra-space} to force staves in PianoStaves further apart."
-              ,
-              
-              /*
-                properties
-               */
+              /* properties */
               "align-dir "
               "axes "
               "elements "