]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-number.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / tuplet-number.cc
index 78697ca4b11cf1953eccfe2420b6a49c9cec4a5a..b344200a5c8e5d1753ef36cef591c359e4bff7ff 100644 (file)
@@ -66,10 +66,10 @@ Tuplet_number::calc_cross_staff (SCM smob)
 }
 
 ADD_INTERFACE (Tuplet_number,
-              "The number for a bracket. "
-              ,
+              "The number for a bracket.",
 
               /* properties */
               "avoid-slur "    // UGH.
-              "bracket ");
+              "bracket "
+              );