]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon.cc
MusicXML: Remove debug output
[lilypond.git] / lily / balloon.cc
index 739fffcaf77ece7a1c6fa1bcbd5a8fb78397deca..6259bf84e5bc8d33f4471d19a94f5abcb6d96650 100644 (file)
@@ -30,8 +30,8 @@ Balloon_interface::print (SCM smob)
 
   Grob *p = me->get_parent (X_AXIS);
   
-  Offset off(me->relative_coordinate (p, X_AXIS),
-            me->relative_coordinate (p, Y_AXIS));
+  Offset off (me->relative_coordinate (p, X_AXIS),
+             me->relative_coordinate (p, Y_AXIS));
 
   Box b (p->extent (p, X_AXIS),
         p->extent (p, Y_AXIS));
@@ -46,7 +46,7 @@ Balloon_interface::print (SCM smob)
   SCM chain = Font_interface::text_font_alist_chain (me);
 
   SCM stencil = Text_interface::interpret_markup (me->layout ()->self_scm (),
-                                              chain, bt);
+                                                 chain, bt);
 
   Stencil *text_stil = unsmob_stencil (stencil);
 
@@ -70,7 +70,8 @@ Balloon_interface::print (SCM smob)
 }
 
 ADD_INTERFACE (Balloon_interface,
-              "A collection of routines to put text balloons around an object.",
+              "A collection of routines to put text balloons around an"
+              " object.",
 
               /* properties */
               "padding "