X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-column.cc;h=f7cd30334c1a5eed226e03c4d78e39e154c638d0;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=13407f61e0051938b5b7fa0698f1a66620281ef5;hpb=c0198cfd7fc1ad742c54afdfd5e2f943fa923dbd;p=lilypond.git diff --git a/lily/paper-column.cc b/lily/paper-column.cc index 13407f61e0..f7cd30334c 100644 --- a/lily/paper-column.cc +++ b/lily/paper-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "paper-column.hh" @@ -120,10 +120,10 @@ Paper_column::print (SCM p) SCM properties = Font_interface::text_font_alist_chain (me); - SCM scm_mol = Text_interface::interpret_markup (me->get_layout ()->self_scm (), + SCM scm_mol = Text_interface::interpret_markup (me->layout ()->self_scm (), properties, scm_makfrom0str (r.to_str0 ())); - SCM when_mol = Text_interface::interpret_markup (me->get_layout ()->self_scm (), + SCM when_mol = Text_interface::interpret_markup (me->layout ()->self_scm (), properties, scm_makfrom0str (when.to_str0 ())); Stencil t = *unsmob_stencil (scm_mol);