]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
patch::: 0.1.17.jcn2: biems
[lilypond.git] / input / font.ly
1 \header{
2 enteredby       jcn
3 copyright       PD
4 TestedFeatures  font-en-tja
5 }
6
7 \version "0.1.6";
8
9 \score{
10         \melodic{ 
11                 \octave c';
12                 \meter 4/4;
13                 a\longa
14                 a\breve
15                 c1 g c' a'
16                 c2 g c' a'
17                 c4 g c' a'
18                 a\ppp a\pp a\p a\mp a\mf a\f a\ff a\fff
19                 a\fp a\sf a\sfz a % a\fz a\rf
20                 [c8 c] [a' a']
21 %               [c a'] [a' c]
22                 [c d e f] [a' g' f' e']
23                 r1 r2 r4 r8 r16 r32 r64 r128
24         }
25         \paper{ 
26             \paper_twenty
27             gourlay_maxmeasures =5.;
28             \output "lelie20.tex";
29         }
30         \paper{ 
31             gourlay_maxmeasures =5.;
32         }
33 % oeps
34         \midi{ }
35 }
36