]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest.ly
release: 1.5.4
[lilypond.git] / input / regression / grace-nest.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 \score{
6 \notes 
7
8 { c''2 { \grace  b'16  c''2 }  \bar "|." }
9   \paper {
10 }
11  }
12