]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font-body.ly
d11e5e3e337b599d801a4c4e48fc9a68600f69d4
[lilypond.git] / input / test / font-body.ly
1 \version "1.5.68"
2
3 % body for the font test. Does not work standalone
4
5
6 FontBody=       \notes\transpose c''{ 
7                 \bar "|:"
8                 \time 4/4
9                 \context Staff  < \context Voice = VB { \stemUp e'\longa a\breve | }
10                 \context Voice = VA { \stemDown
11                 c1 \clef "bass" b,, \clef "violin" c' a'
12                 c2 \clef "alto" g c' \clef "violin" a'
13                 } >
14                 \stemBoth
15                 c4 g c' a' \bar ":|"
16                 a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata |
17                 a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill|
18                 a\fp-\reverseturn a4.\sf a4.\sfz |  a4\fz % a\rf
19                 [c8-\prall c-\mordent] [a'-\prallmordent a'-\prallprall]
20                 [c8-\upprall a'8-\downprall] [a'-\segno c-\coda] |
21                 [c \< d e f] [as' ges' f' e']
22                 [cis' dis' c' des'] [cisis' disis' \! ceses' deses'] |
23                 \clef "bass"
24                   r\longa * 1/4 r\breve *1/2
25                   r1 r2 r4 r8 r16 r32 r64 r128 r128 |
26                 \context Staff < \context Voice = VA { \stemUp r2 c'2 c,,,1 }
27                                 \context Voice = VB {\stemDown r2 c2  r1 }>
28                         \stemBoth
29                 \clef "violin"
30                 e8_. g'8-> e16^^ g'16_^ 
31                 e32 _| g'32^| g''32-\ltoe g''32-\lheel
32                 e64-\rtoe g'64-\rheel c4... |
33 \context Voice = mensural \relative c'' {
34 \property Voice . noteHeadStyle = #'mensural
35 \property Voice. stemCentered = ##t
36 c\maxima*1/8
37 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
38 }
39                         \property Voice . noteHeadStyle = #'harmonic
40
41                 \transpose c'{
42                         \time 4/4
43                         \property Voice . TextScript \override #'font-style =  #'Finger
44                         \property Voice . noteHeadStyle = #'diamond
45                         c1^"1" d2^"2" e4^"3"
46                         \property Voice . noteHeadStyle = #'cross
47                                                  f4^"4"
48                                                   g4^"5"
49                         \property Voice . noteHeadStyle = ##f
50                         % Music to the Martians!
51                         < bes4^"6" e_"7" c_"8" >
52                         a^"0"_"9"
53
54                         a'^\flageolet
55                         \property Voice . TextScript \override #'font-style =  #'roman
56                         \time 1/2 a2 |
57                         \time 3/2 < a1.
58                         { s4 \ppp \< s4 \! s4 \fff  s4 \> s4 \! s4\ppp} >
59                         |
60                         \time 2/4 a2 |
61                         \time 5/4 a1.. |
62                         \time 6/8 a2. |
63                         \time 7/8 a2.. |
64                         \time 9/8 a1... |
65                         \time 12/8 a1. |
66                         \time 12/4
67                         r1. r2. r4. r8. r16. r32. r64. r64. |
68                         c2\sustainDown c\sustainUp |
69                 }
70 }
71 \score {
72         \FontBody
73 }