]> git.donarmstrong.com Git - lilypond.git/blob - input/test/grace.ly
4f35ac6a30733d8e6c9d5178c306bc9624ad85b9
[lilypond.git] / input / test / grace.ly
1
2 \version "1.0.10";
3
4 \include "table13.ly";
5 \include "table16.ly";
6
7 \score{
8         <
9         \type Staff = a \notes\relative c <
10 %               {\grace b''8 \graceat a4 \ecarg g fis2 | a2 a }
11                 {\tiny b''8*1/16 \normalsize a4*31/32 g fis2 | a2 a }
12         >
13         \type Staff = b \notes\relative c <
14 %               {\grace g''16 b16 \graceat a4 \ecarg g fis2 | }
15                 {\tiny g''16*1/16 b16*1/16 \normalsize a4*31/32 g fis2 | a1 }
16         >
17         \type Staff = c \notes\relative c <
18 %               {\grace \times 2/48 { [ g''16 b g] } \graceat a4 \ecarg g fis2 | a1 }
19                 {\tiny \times 2/48 { [ g''16 b g] } \normalsize a4*31/32 g fis2 | a1 }
20         >
21         >
22         \paper {
23                 linewidth = 120.0\mm;
24                 -2 = \symboltables { \table_thirteen }  
25                 -1 = \symboltables { \table_sixteen }
26
27         }
28 }
29