]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/font.ly
release: 0.1.44
[lilypond.git] / input / font.ly
index 620c39b66e78477ebd72dd4d04d6425623681fe2..0e92c3145d471483e8d24ea66caf6154c4b805ca 100644 (file)
@@ -1,47 +1,27 @@
 \header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests the Feta music-font"
-        "(Feta definitively is not an abbreviation of Font-En-TjA)";
+title= "The Feta Font";
+subtitle = "proofsheet"; 
+enteredby =     "jcn & hwn";
+copyright =     "public domain";
+description = "This file tests the Feta music font";
+% "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "0.1.7";
+\version "0.1.9";
 
+\include "font-body.ly"
 \score{
-       \melodic{ 
-               \octave c';
-               \meter 4/4;
-               \multi 2  < { \stemup e'\longa a\breve | }
-               { \stemdown
-               c1 g c' a'
-               c2 g c' a'
-               } >
-               \stemboth
-               c4 g c' a' |
-               a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
-               a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
-               a\fp a4.\sf a4.\sfz | % a\fz a\rf
-               [c8 c] [a' a']
-               [c a'] [a' c] |
-               [c d e f] [as' ges' f' e']
-               [cis' dis' c' des'] [cisis' disis' ceses' deses'] |
-                 r1 r2 r4 r8 r16 r32 r64 r128 r128 |
-               \multi 2 < { \stemup r1} {\stemdown c''}>
-               \multi 2 < { \stemup c1 } {\stemdown r1}>               
-               \stemboth
-               
-               e8_. g'8-> e16^^ g'16_^ 
-               e32 _| g'32^| g''32-\ltoe g''32-\lheel
-               }
        \paper{ 
+           % don't change this.
+           % otherwise 16pt and 20pt layouts differ.
+           linewidth = 12.5 \cm;
            gourlay_maxmeasures =5.;
        }
-       \paper{ 
+       \paper{
            \paper_twenty
+           linewidth = 17.5 \cm;
            gourlay_maxmeasures =5.;
-           \output "lelie20.tex";
+           \output "font20.tex";
        }
-% oeps
-%      \midi{ }
 }