]> git.donarmstrong.com Git - lilypond.git/blob - input/test/grace.ly
release: 1.1.67
[lilypond.git] / input / test / grace.ly
1
2 \score {\notes \context Voice = VA \relative c'' {
3         \grace b8 c4
4         \grace { [c32 cis32] } gis4
5         \grace { [cis32 dis32] } e4
6         \grace { [c32 d] }\times 2/3 { [c8 c c] }
7          \grace { [b32 ( c32] } ) c4
8         \grace  <c16 d16> [c8 c8]
9 %       \grace  c16 [c8 c8]
10         \grace  { \property Grace.graceAlignPosition = \right c16} c4
11 }
12 \paper {linewidth = -1.;}
13 \midi{ }
14 }