]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / tuplet-bracket.cc
index 09d336b4a28b53eaf55e7a8f9c66569899feb9f8..b52cd5b765f9f3a7a9ae29a30b122531e1e9a88e 100644 (file)
@@ -767,13 +767,11 @@ Tuplet_bracket::calc_cross_staff (SCM smob)
 }
 
 ADD_INTERFACE (Tuplet_bracket,
-              "A bracket with a number in the middle, used for tuplets. "
-              "When the bracket spans  a line break, the value of "
+              "A bracket with a number in the middle, used for tuplets.  "
+              "When the bracket spans a line break, the value of "
               "@code{break-overshoot} determines how far it extends "
-              "beyond the staff. "
-              "At a line break, the markups in the @code{edge-text} are printed "
-              "at the edges. ",
-
+              "beyond the staff.  At a line break, the markups in the "
+              "@code{edge-text} are printed at the edges.",
 
               /* properties */
               "bracket-flare "
@@ -792,6 +790,7 @@ ADD_INTERFACE (Tuplet_bracket,
               "shorten-pair "
               "staff-padding "
               "thickness "
-              "tuplets ");
+              "tuplets "
+              );