diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-09-22 22:04:20 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-09-22 22:04:20 +0000 |
commit | ad8959e79687e3000919f4a4bc6072b1b45eae8d (patch) | |
tree | 3ffb1ecf4683ad8e515ff5c4b37676d1ba08f0e4 /lily/balloon.cc | |
parent | 0fe81c70240ecfc7ad462f4c092336a8348f4afc (diff) |
* lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
start to note-column.
* lily/hairpin.cc (print): check text-interface, to attach to
dynamic texts.
* lily/include/text-item.hh (class Text_interface): rename
Text_item -> Text_interface
* lily/piano-pedal-bracket.cc (print): robustify.
Diffstat (limited to 'lily/balloon.cc')
-rw-r--r-- | lily/balloon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/balloon.cc b/lily/balloon.cc index bda3fa20cb..272be12b7f 100644 --- a/lily/balloon.cc +++ b/lily/balloon.cc @@ -60,7 +60,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_item::interpret_markup (me->get_paper ()->self_scm (), + SCM text = Text_interface::interpret_markup (me->get_paper ()->self_scm (), chain, bt); Stencil *text_stil = unsmob_stencil (text); |