]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
GDP NR 3.5 MIDI support
[lilypond.git] / lily / tuplet-bracket.cc
index 5a285efcbff9ab3b9ad6fb9c2d683c860eb95d9f..dde38da22d9fc984a029a6c6b48ca81a5a79207a 100644 (file)
@@ -282,7 +282,7 @@ Tuplet_bracket::print (SCM smob)
   
   /* Don't print a tuplet bracket and number if no control-points were calculated */
   SCM cpoints =  me->get_property ("control-points");
-  if (scm_ilength (cpoints) < 2 )
+  if (scm_ilength (cpoints) < 2)
     {
       me->suicide ();
       return SCM_EOL;
@@ -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 "
-              "@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. ",
-
+              "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.",
 
               /* properties */
               "bracket-flare "
@@ -792,6 +790,7 @@ ADD_INTERFACE (Tuplet_bracket,
               "shorten-pair "
               "staff-padding "
               "thickness "
-              "tuplets ");
+              "tuplets "
+              );