X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftuplet-bracket.cc;h=973ac4bc9355af70adc6b7e612d606df20f2a796;hb=1d806d5a5a49dcf192259feac48510cf4e332291;hp=82cca6b7aeb0a69cc947e0a4bfd9ac31602a359f;hpb=66331c5dd92bbe2926a8566e0a2defc4834b5967;p=lilypond.git diff --git a/lily/tuplet-bracket.cc b/lily/tuplet-bracket.cc index 82cca6b7ae..973ac4bc93 100644 --- a/lily/tuplet-bracket.cc +++ b/lily/tuplet-bracket.cc @@ -158,7 +158,8 @@ Tuplet_bracket::brew_molecule (SCM smob) if (gh_string_p (number) && number_visibility) { SCM properties = Font_interface::font_alist_chain (me); - Molecule num = Text_item::interpret_new_markup (smob, properties, number); + SCM snum = Text_item::interpret_markup (smob, properties, number); + Molecule num = *unsmob_molecule (snum); num.align_to (X_AXIS, CENTER); num.translate_axis (w/2, X_AXIS); num.align_to (Y_AXIS, CENTER);