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