]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon.cc
Add regtest for Fix for #435.
[lilypond.git] / lily / balloon.cc
index 739fffcaf77ece7a1c6fa1bcbd5a8fb78397deca..5252e88077a441977a5e6927943d85e788bd8e1f 100644 (file)
@@ -30,7 +30,7 @@ Balloon_interface::print (SCM smob)
 
   Grob *p = me->get_parent (X_AXIS);
   
-  Offset off(me->relative_coordinate (p, X_AXIS),
+  Offset off (me->relative_coordinate (p, X_AXIS),
             me->relative_coordinate (p, Y_AXIS));
 
   Box b (p->extent (p, X_AXIS),
@@ -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 "