]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest1.ly
c92238f8736bed6b56fdb6e85caea70f16de7199
[lilypond.git] / input / regression / grace-nest1.ly
1 \version "1.9.2"
2 \header {
3 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." 
4
5 }
6     \paper { raggedright= ##t }
7
8
9 \score{
10 \notes 
11
12 { c''2 { \grace  b'16  c''2 }  \bar "|." }
13   \paper {
14 }
15  }
16
17