]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-grace-polyphony.ly
* scripts/convert-ly.py (conv): remove \notes.
[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.3.4"
10 \score {
11    \relative c'' {
12       <<
13           { \grace e8 d2 }
14           \\ { a2 } >>
15   }
16 }
17