]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest1.ly
71ca4b43e3d60825a5c013bb0532b6c47be37d3f
[lilypond.git] / input / regression / grace-nest1.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