]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 \version "2.14.0"
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 c' {
13   \repeat volta 2 {
14     c1 
15   }
16   \repeat volta 2 {
17     \grace {c8 } c4
18   }
19 }