]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest2.ly
5ab4e1e56cfeb5ab72c3843b1bfc0af776db3252
[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'4 c''2 }
8        \grace b'4 c''2 \bar "|."
9     }}