X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fballoon.cc;h=560a2f667586ec4ca0eb2fd51067f9a0bb98d8b4;hb=cd8d085d0ca2487e965483554850234931156e9a;hp=fb7ac913d68a698872de90ebdf35003fba3cc354;hpb=31a6650e2b2a5c1cae3237ee47b80cd43d084d53;p=lilypond.git diff --git a/lily/balloon.cc b/lily/balloon.cc index fb7ac913d6..560a2f6675 100644 --- a/lily/balloon.cc +++ b/lily/balloon.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Han-Wen Nienhuys + (c) 2004--2006 Han-Wen Nienhuys */ #include "text-interface.hh" @@ -54,7 +54,7 @@ Balloon_interface::print (SCM smob) SCM chain = Font_interface::text_font_alist_chain (me); chain = scm_cons (me->get_property ("balloon-text-props"), chain); - SCM text = Text_interface::interpret_markup (me->get_layout ()->self_scm (), + SCM text = Text_interface::interpret_markup (me->layout ()->self_scm (), chain, bt); Stencil *text_stil = unsmob_stencil (text);