]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-grace-polyphony.ly
Split WWW target in two stages WWW-1 and WWW-2
[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 \layout { ragged-right = ##t }
9
10 \version "2.10.0"
11    \relative c'' {
12       <<
13           { \grace e8 d2 }
14           \\ { a2 } >>
15   }
16