]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest3.ly
* Website fixes:
[lilypond.git] / input / regression / grace-nest3.ly
1 \version "1.7.18"
2
3 \score { \notes \relative c'' {
4         f1
5     \grace e8 f1
6         < { \grace { e8 } f1 } >
7 }
8 }
9 %% new-chords-done %%