]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-interpret.cc
This patch is meant to be a TEST ONLY of footnotes at the bottom of
[lilypond.git] / lily / stencil-interpret.cc
index 19c241ea849fa8f09f591e9e30ec9219746e2595..4f8c6bbc8be85712cf2bdea34b6fc25f78bd51a8 100644 (file)
@@ -37,6 +37,8 @@ interpret_stencil_expression (SCM expr,
          interpret_stencil_expression (scm_force (scm_cadr (expr)), func, func_arg, o);
          return;
        }
+      if (head == ly_symbol2scm ("footnote"))
+        return;
       if (head == ly_symbol2scm ("translate-stencil"))
        {
          o += ly_scm2offset (scm_cadr (expr));