]> git.donarmstrong.com Git - lilypond.git/blob - input/test/grace.ly
release: 1.1.43
[lilypond.git] / input / test / grace.ly
1
2 \version "1.0.19";
3
4 \score{
5         <
6         \context Staff = a \notes\relative c <
7 %               {\grace b''8 \graceat a4 \ecarg g fis2 | a2 a }
8                 {\tiny b''8*1/16 \normalsize a4*31/32 g fis2 | a2 a }
9         >
10         \context Staff = b \notes\relative c <
11 %               {\grace g''16 b16 \graceat a4 \ecarg g fis2 | }
12                 {\tiny g''16*1/16 b16*1/16 \normalsize a4*31/32 g fis2 | a1 }
13         >
14         \context Staff = c \notes\relative c <
15 %               {\grace \times 2/48 { [ g''16 b g] } \graceat a4 \ecarg g fis2 | a1 }
16                 {\tiny \times 2/48 { [ g''16 b g] } \normalsize a4*31/32 g fis2 | a1 }
17         >
18         >
19         \paper {
20                 linewidth = 120.0\mm;
21                 \translator { \VoiceContext  }
22         }
23 }
24