]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font-body.ly
release: 1.3.33
[lilypond.git] / input / test / font-body.ly
1 \version "1.3.5";
2
3 FontBody=       \notes\transpose c''{ 
4                 \bar "|:";
5                 \time 4/4;
6                 \context Staff  < \context Voice = VB { \stemup e'\longa a\breve | }
7                 \context Voice = VA { \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 |  a4\fz % a\rf
16                 [c8-\prall c-\mordent] [a'-\prallmordent a'-\prallprall]
17                 [c8-\upprall a'8-\downprall] [a'-\segno c-\coda] |
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                 \context Staff < \context Voice = VA { \stemup r2 c'2 c,,,1 }
24                                 \context Voice = VB {\stemdown r2 c2  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 \context Voice = mensural \relative c'' {
31 \property Voice . noteHeadStyle = "mensural"
32 \property Voice. stemCentered = ##t
33 c\maxima*1/8
34 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
35 }
36                         \property Voice . noteHeadStyle = "harmonic"
37
38                 \transpose c'{
39                         \time 4/4;
40                         \property Voice . textStyle =  "finger"
41                         \property Voice . noteHeadStyle = "diamond"
42                         c1^"1" d2^"2" e4^"3"
43                         \property Voice . noteHeadStyle = "cross"
44                                                  f4^"4"
45                                                   g4^"5"
46                         \property Voice . noteHeadStyle = ""
47                         % Music to the Martians!
48                         < bes4^"6" e_"7" c_"8" >
49                         a^"0"_"9"
50
51                         a'^\flageolet
52                         \property Voice . textStyle =  "roman"
53                         \time 1/2; a2 |
54                 %       \time 3/2; < a1.
55                 %       { s4 \ppp \< s4 \! s4 \fff  s4 \> s4 \! s4\ppp} >
56                         |
57                         \time 2/4; a2 |
58                         \time 5/4; a1.. |
59                         \time 6/8; a2. |
60                         \time 7/8; a2.. |
61                         \time 9/8; a1... |
62                         \time 12/8; a1. |
63                         \time 12/4;
64                         r1. r2. r4. r8. r16. r32. r64. r64. |
65                 }
66 }