]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
release: 0.1.24
[lilypond.git] / input / font.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "PD";
4 TestedFeatures =         "This file tests the Feta music-font"
5          "(Feta definitively is not an abbreviation of Font-En-TjA)";
6 }
7
8 \version "0.1.7";
9
10 \score{
11         \melodic{ 
12                 \octave c';
13                 \meter 4/4;
14                 \multi 2  < { \stemup e'\longa a\breve | }
15                 { \stemdown
16                 c1 g c' a'
17                 c2 g c' a'
18                 } >
19                 \stemboth
20                 c4 g c' a' |
21                 a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
22                 a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
23                 a\fp a4.\sf a4.\sfz | % a\fz a\rf
24                 [c8 c] [a' a']
25                 [c a'] [a' c] |
26                 [c d e f] [as' ges' f' e']
27                 [cis' dis' c' des'] [cisis' disis' ceses' deses'] |
28                   r1 r2 r4 r8 r16 r32 r64 r128 r128 |
29                 \multi 2 < { \stemup r1} {\stemdown c''}>
30                 \multi 2 < { \stemup c1 } {\stemdown r1}>               
31                 \stemboth
32                 
33                 e8_. g'8-> e16^^ g'16_^ 
34                 e32 _| g'32^| g''32-\ltoe g''32-\lheel
35                 }
36         \paper{ 
37             gourlay_maxmeasures =5.;
38         }
39         \paper{ 
40             \paper_twenty
41             gourlay_maxmeasures =5.;
42             \output "lelie20.tex";
43         }
44 % oeps
45 %       \midi{ }
46 }
47