]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
release: 0.1.32
[lilypond.git] / input / font.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "PD";
4 TestedFeatures =         "This file tests the Feta music-font"
5          "(Feta definitively is not an abbreviation of Font-En-TjA)";
6 }
7
8 \version "0.1.7";
9
10 \score{
11         \melodic{ 
12                 \octave c';
13                 \bar "|:";
14                 \meter 4/4;
15                 \multi 2  < { \stemup e'\longa a\breve | }
16                 { \stemdown
17                 c1 \clef "bass"; ''b \clef "violin"; c' a'
18                 c2 \clef "alto"; g c' \clef "violin"; a'
19                 } >
20                 \stemboth
21                 c4 g c' a' \bar ":|";
22                 a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
23                 a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
24                 a\fp a4.\sf a4.\sfz | % a\fz a\rf
25                 [c8 c] [a' a']
26                 [c a'] [a' c] |
27                 [c d e f] [as' ges' f' e']
28                 [cis' dis' c' des'] [cisis' disis' ceses' deses'] |
29                 \clef "bass";
30                   r1 r2 r4 r8 r16 r32 r64 r128 r128 |
31                 \multi 2 < { \stemup r2 r2} {\stemdown c c }>
32                 \multi 2 < { \stemup ''c1 } {\stemdown r1}>             
33                 \stemboth
34                 \clef "violin";
35                 e8_. g'8-> e16^^ g'16_^ 
36                 e32 _| g'32^| g''32-\ltoe g''32-\lheel
37                 e64 g'64 c4... |
38
39                 \meter 1/2; a2 |
40                 \meter 3/2; a1. |
41                 \meter 2/4; a2 |
42                 \meter 5/4; a1.. |
43                 \meter 6/8; a2. |
44                 \meter 7/8; a2.. |
45                 \meter 9/8; a1... |
46                 \meter 12/8; a1. |
47                 }
48         \paper{ 
49             % don't change this.
50             % otherwise 16pt and 20pt layouts differ.
51             linewidth = 12.5 \cm;
52             gourlay_maxmeasures =5.;
53         }
54         \paper{
55             \paper_twenty
56             linewidth = 17.5 \cm;
57             gourlay_maxmeasures =5.;
58             \output "font20.tex";
59         }
60 }
61