]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.15
authorfred <fred>
Wed, 17 Sep 1997 08:46:51 +0000 (08:46 +0000)
committerfred <fred>
Wed, 17 Sep 1997 08:46:51 +0000 (08:46 +0000)
input/font.ly [new file with mode: 0644]

diff --git a/input/font.ly b/input/font.ly
new file mode 100644 (file)
index 0000000..955c8d9
--- /dev/null
@@ -0,0 +1,30 @@
+\header{
+enteredby      jcn
+copyright      PD
+TestedFeatures font-en-tja
+}
+
+\version "0.1.6";
+
+\score{
+       \melodic{ 
+               \octave c';
+               \meter 4/4;
+               c1 g c' a'
+               c2 g c' a'
+               c4 g c' a'
+               a\ppp a\pp a\p a\mp a\mf a\f a\ff a\fff
+               %a\fp a\sf a\sfz
+       }
+       \paper{ 
+           \paper_twenty
+           gourlay_maxmeasures =5.;
+           \output "lelie20.tex";
+       }
+       \paper{ 
+           gourlay_maxmeasures =5.;
+       }
+% oeps
+       \midi{ }
+}
+