]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 \version "2.3.22"
2
3 \header {
4
5     texidoc = "A volta repeat may begin with a grace. Consecutive ending and
6     starting repeat bars are into one @code{:||:}."
7
8       }
9
10     \layout { raggedright= ##t }
11
12 \score {\relative c' {
13 \repeat volta 2 {
14         c1 
15 }
16 \repeat volta 2 {
17         \grace {c8 } c4
18 }
19 }}