]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest5.ly
new file
[lilypond.git] / input / regression / grace-nest5.ly
1
2 \version "2.6.0"
3 \header {
4   texidoc = "Graces notes may have the same duration as the main note."
5 }
6
7 \relative c'' {
8   s2 <f>4
9   \grace g e4
10 }
11
12 \layout { raggedright = ##t }
13
14