]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font-body.ly
release: 1.0.1
[lilypond.git] / input / test / font-body.ly
1 \version "1.0.0";
2
3 FontBody=       \melodic\transpose c''{ 
4                 \bar "|:";
5                 \time 4/4;
6                 \type Staff  < { \stemup e'\longa a\breve | }
7                 { \stemdown
8                 c1 \clef "bass"; b,, \clef "violin"; c' a'
9                 c2 \clef "alto"; g c' \clef "violin"; a'
10                 } >
11                 \stemboth
12                 c4 g c' a' \bar ":|";
13                 a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
14                 a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
15                 a\fp-\reverseturn a4.\sf a4.\sfz | % a\fz a\rf
16                 [c8-\prall c-\mordent] [a'-\prallmordent a'-\prallprall]
17                 [c-\upprall a'-\downprall] [a' c] |
18                 [c \< d e f] [as' ges' f' e']
19                 [cis' dis' c' des'] [cisis' disis' \! ceses' deses'] |
20                 \clef "bass";
21                   r\longa * 1/4 r\breve *1/2
22                   r1 r2 r4 r8 r16 r32 r64 r128 r128 |
23                 \type Staff < { \stemup r2 r2} {\stemdown c c }>
24                 \type Staff < { \stemup c,,1 } {\stemdown r1}>          
25                 \stemboth
26                 \clef "violin";
27                 e8_. g'8-> e16^^ g'16_^ 
28                 e32 _| g'32^| g''32-\ltoe g''32-\lheel
29                 e64-\rtoe g'64-\rheel c4... |
30
31                 \transpose c'{
32                         \time 4/4;
33                         \property Voice . textstyle =  "finger"
34                         c4^"1" d^"2" e^"3" f^"4" g^"5"
35
36                         % Music to the Martians!
37                         < bes4^"6" e_"7" c_"8" >
38                         a^"0"_"9"
39
40                         a'^\flageolet
41                         \property Voice . textstyle =  "roman"
42                         \time 1/2; a2 |
43                         \time 3/2; < a1.
44                         { s4 \ppp \< s4 \! s4 \fff  s4 \> s4 \! s4\ppp} >
45                         |
46                         \time 2/4; a2 |
47                         \time 5/4; a1.. |
48                         \time 6/8; a2. |
49                         \time 7/8; a2.. |
50                         \time 9/8; a1... |
51                         \time 12/8; a1. |
52                         \time 12/4;
53                         r1. r2. r4. r8. r16. r32. r64. r64. |
54                 }
55 }