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