]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / balloon-engraver.cc
index b1497ef4038341109283bcd980ea8e4ab82f477e..328b4736ce2ecae8bc40d344653ee9d5ff31d26a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -80,8 +80,15 @@ Balloon_engraver::acknowledge_grob (Grob_info info)
 ADD_ACKNOWLEDGER (Balloon_engraver, grob);
   
 ADD_TRANSLATOR (Balloon_engraver,
-              "Create balloon texts",
+              /* doc */
+              "Create balloon texts.",
+
+              /* create */
               "BalloonTextItem ",
-              /*read*/ "",
-              /*write*/ ""
+
+              /*read*/
+              "",
+
+              /*write*/
+              ""
               );