lilypond-1.5.14
[lilypond.git] / input / regression / grace-nest2.ly
blobfbd4c8989e3b59bf41ffe7f6cfaeadddda71f7ce
1 \header {
2 texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
6 \score { \notes \context Voice {
7 { \grace b'8 c''2 }
8 \grace b'16 c''4 c''4 \bar "|."
9 }}