]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest2.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-nest2.ly
1 \version "2.11.51"
2 \header {
3   texidoc = "Grace code should not be confused by nested sequential music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
4
5 }
6
7 \layout { ragged-right= ##t }
8
9 \context Voice {
10   { \grace b'8 c''2 }
11   \grace b'16 c''4 c''4 \bar "|."
12 }
13