1
2\version "2.17.28"
3
4\header{
5
6  texidoc=" You can have beams, notes, chords, stems etc. within a
7@code{\\grace} section.  If there are tuplets, the grace notes will not
8be under the brace.
9
10Main note scripts do not end up on the grace note.
11
12"
13}
14
15\layout {ragged-right = ##t}
16
17\new Voice \relative c'' {
18  \grace b8 c4\fermata
19  \grace {  c32 cis32 } gis4
20  \grace {  cis32 dis32 } e4
21  \grace {  c32 d }\tuplet 3/2 {  c8[ c c] }
22  \grace {  b32 ( c32 }   c4)
23  \grace  <c d>16  c8[ c8]
24				%	\grace  c16  c8[ c8]
25  %% broken?
26  %%\grace  { \set Grace.graceAlignPosition = \right c16} c4
27  c4 \grace  { c16 } c4
28}
29
30
31