diff options
author | Florian Jung <flo@windfisch.org> | 2011-04-27 20:33:15 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-04-27 20:33:15 +0000 |
commit | e2cec3f03fdee64da1c5080498476c1cdd43bbdb (patch) | |
tree | 2b373e4fafd3b015bc5c50fca77d67b3e5677e94 /muse2/share/scoreglyphs/feta-original/parmesan-generic.mf | |
parent | d8ac618f4dc9afd0731a9a3531d4641c9e7ea6fd (diff) | |
parent | 0f7a7ab47a2a7742fba2ea6af980ee5d950b8c37 (diff) |
merged scoreedit branch into trunk
Diffstat (limited to 'muse2/share/scoreglyphs/feta-original/parmesan-generic.mf')
-rw-r--r-- | muse2/share/scoreglyphs/feta-original/parmesan-generic.mf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/muse2/share/scoreglyphs/feta-original/parmesan-generic.mf b/muse2/share/scoreglyphs/feta-original/parmesan-generic.mf new file mode 100644 index 00000000..6ffb53aa --- /dev/null +++ b/muse2/share/scoreglyphs/feta-original/parmesan-generic.mf @@ -0,0 +1,42 @@ +% -%-Fundamental-%- -*-Metafont-*- +% parmesan-generic.mf -- implement generic stuff: include lots of files, +% but don't set dimensions. +% +% source file of LilyPond's pretty-but-neat music font +% +% (c) 2002--2009 Juergen Reuter <reuter@ipd.uka.de> +% + + +if test = -1: + mode := smoke; +fi; + +mode_setup; + +staffsize# := design_size * pt#; + +input feta-macros; +input feta-params; + +input parmesan-macros; + + +font_x_height staff_space#; + + +fet_beginfont ("parmesan", design_size, "parmesanMusic"); + if test = 0: + input parmesan-rests; + input parmesan-heads; + input parmesan-clefs; + input parmesan-custodes + input parmesan-accidentals; + input parmesan-flags; + input parmesan-timesig; + input parmesan-scripts; + input parmesan-dots; + else: + + fi; +fet_endfont; |