]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
patch::: 0.1.17.jcn1: pats
[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\fz a\rf
20                 r1 r2 r4 r8 r16 r32 r64 r128
21         }
22         \paper{ 
23             \paper_twenty
24             gourlay_maxmeasures =5.;
25             \output "lelie20.tex";
26         }
27         \paper{ 
28             gourlay_maxmeasures =5.;
29         }
30 % oeps
31         \midi{ }
32 }
33