]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-grace-polyphony.ly
* input/regression/property-grace-polyphony.ly: new file.
[lilypond.git] / input / regression / property-grace-polyphony.ly
1
2 \header {
3
4     texidoc = "Property overrides and reverts from @code{\\grace} do
5     not interfere with the overrides and reverts from polyphony."
6
7 }
8
9 \version "2.1.32"
10 \score {
11   \notes \relative c'' {
12       <<
13           { \grace e8 d2 }
14           \\ { a2 } >>
15   }
16 }
17