]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-direction-polyphony.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
8
9 \relative {
10   \voiceOne
11   c'''4
12   \grace d8 c4
13 }