X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fballoon.cc;h=0c82fdca8e4a35e00094b0d2f2fe5870d070c726;hb=375c0be42300202d2f4b631f5302d817b8a91c60;hp=afaaad8e3713140a71835985f30cfd670c4244a6;hpb=d2300573cae3c1920400d040faddd33f17b43c2d;p=lilypond.git diff --git a/lily/balloon.cc b/lily/balloon.cc index afaaad8e37..0c82fdca8e 100644 --- a/lily/balloon.cc +++ b/lily/balloon.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #include "text-interface.hh" @@ -31,7 +31,7 @@ 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)); + 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 "