From: fred Date: Wed, 17 Sep 1997 08:46:51 +0000 (+0000) Subject: lilypond-0.1.15 X-Git-Tag: release/1.5.59~6053 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e31fa0771245c076c641771bd4cc19918c2d2f90;p=lilypond.git lilypond-0.1.15 --- diff --git a/input/font.ly b/input/font.ly new file mode 100644 index 0000000000..955c8d9b8f --- /dev/null +++ b/input/font.ly @@ -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{ } +} +