]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
patch::: 0.1.14.jcn1: Re: mf in redhat spec?
[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                 c1 g c' a'
14                 c2 g c' a'
15                 c4 g c' a'
16                 a\ppp a\pp a\p a\mp a\mf a\f a\ff a\fff
17                 a\fp a\sf a\sfz
18         }
19         \paper{ 
20             \paper_twenty
21             gourlay_maxmeasures =5.;
22             \output "lelie20.tex";
23         }
24         \paper{ 
25             gourlay_maxmeasures =5.;
26         }
27 % oeps
28         \midi{ }
29 }
30