]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest2.ly
fbd4c8989e3b59bf41ffe7f6cfaeadddda71f7ce
[lilypond.git] / input / regression / grace-nest2.ly
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." 
3
4 }
5
6 \score { \notes \context Voice {
7          { \grace b'8 c''2 }
8        \grace b'16 c''4 c''4 \bar "|."
9     }}