]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 \version "2.19.21"
2
3 \header {
4
5   texidoc = "A volta repeat may begin with a grace. Consecutive
6     ending and starting repeat bars are merged into one @code{:..:}."
7
8 }
9
10 \layout { ragged-right= ##t }
11
12 \relative {
13   \repeat volta 2 {
14     c'1
15   }
16   \repeat volta 2 {
17     \grace {c8 } c4
18   }
19 }