]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest1.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / grace-nest1.ly
1 \version "1.7.16"
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 \score{
7 \notes 
8
9 { c''2 { \grace  b'16  c''2 }  \bar "|." }
10   \paper {
11 }
12  }
13
14 %% new-chords-done %%