From: Janek WarchoĊ‚ Date: Fri, 13 Dec 2013 19:46:39 +0000 (+0100) Subject: include subfonts unconditionally X-Git-Tag: release/2.19.0-1~56 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2f44bbf0e76840f333f4d8a8f0db6689239f7fb;p=lilypond.git include subfonts unconditionally --- diff --git a/mf/feta-other-generic.mf b/mf/feta-other-generic.mf index f5d7ab14f6..0ec50a8230 100644 --- a/mf/feta-other-generic.mf +++ b/mf/feta-other-generic.mf @@ -13,8 +13,6 @@ input common-modules-and-initialization; font_x_height staff_space#; fet_beginfont ("feta", design_size, "fetaMusic"); - -if test = 0: input feta-rests; input feta-accidentals; input feta-arrowheads; @@ -26,8 +24,6 @@ if test = 0: input feta-brackettips; input feta-accordion; input feta-ties; -fi - input declare-autometric-parameters; fet_endfont; diff --git a/mf/parmesan-other-generic.mf b/mf/parmesan-other-generic.mf index 421980e2ee..80e82447dc 100644 --- a/mf/parmesan-other-generic.mf +++ b/mf/parmesan-other-generic.mf @@ -17,7 +17,6 @@ font_x_height staff_space#; fet_beginfont ("parmesan", design_size, "parmesanMusic"); - if test = 0: input parmesan-rests; input parmesan-clefs; input parmesan-custodes @@ -26,5 +25,4 @@ fet_beginfont ("parmesan", design_size, "parmesanMusic"); input parmesan-timesignatures; input parmesan-scripts; input parmesan-dots; - fi; fet_endfont;