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