]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-direction-polyphony.ly
Make relative-includes configurable with a -d option.
[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.11.51"
8
9 \relative c''' {
10   \voiceOne
11   c4
12   \grace d8 c4
13 }