]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / paper-column.cc
index ab2f46da8b81c0263aa4c379ccbc09075479fcdb..54151c63cb622faa4f7c6309ee69c86d8014362f 100644 (file)
@@ -16,7 +16,7 @@
 #include "text-item.hh"
 #include "lookup.hh"
 #include "font-interface.hh"
-
+#include "paper-def.hh"
 
 
 
@@ -120,7 +120,8 @@ Paper_column::brew_molecule (SCM p)
   String r = to_string (Paper_column::get_rank (me));
   SCM properties = Font_interface::font_alist_chain (me);
 
-  SCM scm_mol = Text_item::interpret_markup (p, properties,
+  SCM scm_mol = Text_item::interpret_markup (me->get_paper ()->self_scm (),
+                                            properties,
                                             scm_makfrom0str (r.to_str0 ()));
   Molecule t = *unsmob_molecule (scm_mol);
   t.align_to (X_AXIS, CENTER);