]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-number.cc
Run `make grand-replace'.
[lilypond.git] / lily / tuplet-number.cc
index 78697ca4b11cf1953eccfe2420b6a49c9cec4a5a..a08c37dd3e1d0a96b3485cda7102a8a4bf5b6e59 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -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 "
+              );