]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-direction-polyphony.ly
Doc: Clarified how to use clip-systems 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.16.0"
8
9 \relative c''' {
10   \voiceOne
11   c4
12   \grace d8 c4
13 }