]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon.cc
* scm/define-music-types.scm (music-descriptions): remove
[lilypond.git] / lily / balloon.cc
index fb7ac913d68a698872de90ebdf35003fba3cc354..560a2f667586ec4ca0eb2fd51067f9a0bb98d8b4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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);