]> git.donarmstrong.com Git - lilypond.git/blob - input/font.ly
patch::: 0.1.34: vroeg
[lilypond.git] / input / font.ly
1 \header{
2 title= "The Feta font";
3 subtitle = "proofsheet"; 
4 enteredby =      "jcn";
5 copyright =      "PD";
6 TestedFeatures =         "This file tests the Feta music-font"
7          "(Feta definitively is not an abbreviation of Font-En-TjA)";
8 }
9
10 \version "0.1.7";
11
12 \score{
13         \melodic{ 
14                 \octave c';
15                 \bar "|:";
16                 \meter 4/4;
17                 \multi 2  < { \stemup e'\longa a\breve | }
18                 { \stemdown
19                 c1 \clef "bass"; ''b \clef "violin"; c' a'
20                 c2 \clef "alto"; g c' \clef "violin"; a'
21                 } >
22                 \stemboth
23                 c4 g c' a' \bar ":|";
24                 a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
25                 a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
26                 a\fp a4.\sf a4.\sfz | % a\fz a\rf
27                 [c8 c] [a' a']
28                 [c a'] [a' c] |
29                 [c d e f] [as' ges' f' e']
30                 [cis' dis' c' des'] [cisis' disis' ceses' deses'] |
31                 \clef "bass";
32                   r1 r2 r4 r8 r16 r32 r64 r128 r128 |
33                 \multi 2 < { \stemup r2 r2} {\stemdown c c }>
34                 \multi 2 < { \stemup ''c1 } {\stemdown r1}>             
35                 \stemboth
36                 \clef "violin";
37                 e8_. g'8-> e16^^ g'16_^ 
38                 e32 _| g'32^| g''32-\ltoe g''32-\lheel
39                 e64 g'64 c4... |
40
41                 \octave c'';
42                 \meter 4/4;
43                 \textstyle "finger";
44                 c4^"1" d^"2" e^"3" f^"4" g^"5"
45                 < bes4^"1" e_"2" c_"4" >
46                 a'^"0"
47                 % ugh, \flageolet is like open, but maybe a perfect circle
48                 a^\open
49                 \textstyle "roman";
50 %{              % default abbreviations
51                 c4 c4: c4:32 c4: c4 c2.
52                 'a1
53                 'a1:32
54                 'c4:8 c': 'c4:16 c':
55 %               [ 'c8:16 'c 'c 'c ] [ a a a a ]
56 %               [ 'c 'f 'b e ] 
57 %               [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
58 %%              % there's still some hairy beam bugfixing todo
59 %%              [ c'8:16 g d 'a ]
60 %%              [ c'16:32 g d 'a ]
61 %%              [ 'c8:32 'f 'b e ]
62                 [:32 c16 e]
63                 [:32 c16 e]
64                 [:16 c8 e]
65                 [:16 e4 g]
66                 [:16 e2 g]
67                 [:16 e1 g]
68 %}
69                 \meter 1/2; a2 |
70                 \meter 3/2; a1. |
71                 \meter 2/4; a2 |
72                 \meter 5/4; a1.. |
73                 \meter 6/8; a2. |
74                 \meter 7/8; a2.. |
75                 \meter 9/8; a1... |
76                 \meter 12/8; a1. |
77                 }
78         \paper{ 
79             % don't change this.
80             % otherwise 16pt and 20pt layouts differ.
81             linewidth = 12.5 \cm;
82             gourlay_maxmeasures =5.;
83         }
84         \paper{
85             \paper_twenty
86             linewidth = 17.5 \cm;
87             gourlay_maxmeasures =5.;
88             \output "font20.tex";
89         }
90 }
91