]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-direction-polyphony.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / grace-direction-polyphony.ly
1 \header {
2
3   texidoc = "The @code{\voiceOne} setting is retained after
4 finishing the grace section."
5
6 }
7 \version "2.12.0"
8
9 \relative c''' {
10   \voiceOne
11   c4
12   \grace d8 c4
13 }