]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
* scm/font.scm: remove old markup legacy
[lilypond.git] / lily / volta-bracket.cc
index e959395fb49781d2ea07b6ba97bbe707f6710186..05b5f973fd81d413988aeaa7575f0c0666c1308f 100644 (file)
@@ -107,8 +107,8 @@ Volta_bracket_interface::brew_molecule (SCM smob)
     {
       SCM text = me->get_grob_property ("text");
       SCM properties = me->get_property_alist_chain (SCM_EOL);
-      
-      Molecule num = Text_item::interpret_new_markup (smob, properties, text);
+      SCM snum  = Text_item::interpret_markup (smob, properties, text);
+      Molecule num = *unsmob_molecule (snum);
 
       mol.add_at_edge (X_AXIS, LEFT, num, - num.extent (X_AXIS).length ()
                       - 1.0, 0);