]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace.ly
4a7efee2ae1916dcdfb98f2e668ac1b393613513
[lilypond.git] / input / regression / grace.ly
1
2 \version "2.6.0"
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
8 be under the brace.  
9
10 Main note scripts do not end up on the grace note. 
11
12 "
13 }
14
15 \score { \context Voice = VA \relative c'' {
16         \grace b8 c4\fermata
17         \grace {  c32[ cis32] } gis4
18         \grace {  cis32[ dis32] } e4
19         \grace {  c32[ d] }\times 2/3 {  c8[ c c] }
20          \grace {  b32[ ( c32] }   c4)
21         \grace  <c d>16  c8[ c8]
22 %       \grace  c16  c8[ c8]
23         %% broken?
24         %%\grace  { \set Grace.graceAlignPosition = \right c16} c4
25         c4 \grace  { c16 } c4
26 }
27 \layout {raggedright = ##t}
28 \midi{ }
29 }
30