]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-direction-polyphony.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[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.14.0"
8
9 \relative c''' {
10   \voiceOne
11   c4
12   \grace d8 c4
13 }