]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-grace-polyphony.ly
49815116c8c240b1b4a8455331a35dcf9a7fe74a
[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 \paper { raggedright = ##t }
9
10 \version "2.3.17"
11    \relative c'' {
12       <<
13           { \grace e8 d2 }
14           \\ { a2 } >>
15   }
16