]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
release: 0.1.17
[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                 % \longa
14                 % \breve % \brevis
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         }
21         \paper{ 
22             \paper_twenty
23             gourlay_maxmeasures =5.;
24             \output "lelie20.tex";
25         }
26         \paper{ 
27             gourlay_maxmeasures =5.;
28         }
29 % oeps
30         \midi{ }
31 }
32