lilypond-0.1.33
[lilypond.git] / input / font.ly
blob09aa2f1e217467d4e54b45d3e0d1f97185d81e9e
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)";
10 \version "0.1.7";
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... |
41 \octave c'';
42 \meter 4/4;
43 %{ % default abbreviations
44 c4 c4: c4:32 c4: c4 c2.
45 'a1
46 'a1:32
47 'c4:8 c': 'c4:16 c':
48 % [ 'c8:16 'c 'c 'c ] [ a a a a ]
49 % [ 'c 'f 'b e ]
50 % [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
51 %% % there's still some hairy beam bugfixing todo
52 %% [ c'8:16 g d 'a ]
53 %% [ c'16:32 g d 'a ]
54 %% [ 'c8:32 'f 'b e ]
55 [:32 c16 e]
56 [:32 c16 e]
57 [:16 c8 e]
58 [:16 e4 g]
59 [:16 e2 g]
60 [:16 e1 g]
62 \meter 1/2; a2 |
63 \meter 3/2; a1. |
64 \meter 2/4; a2 |
65 \meter 5/4; a1.. |
66 \meter 6/8; a2. |
67 \meter 7/8; a2.. |
68 \meter 9/8; a1... |
69 \meter 12/8; a1. |
71 \paper{
72 % don't change this.
73 % otherwise 16pt and 20pt layouts differ.
74 linewidth = 12.5 \cm;
75 gourlay_maxmeasures =5.;
77 \paper{
78 \paper_twenty
79 linewidth = 17.5 \cm;
80 gourlay_maxmeasures =5.;
81 \output "font20.tex";