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