]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 \version "2.1.26"
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     \paper { raggedright= ##t }
11
12 \score {\notes\relative c' {
13 \repeat volta 2 {
14         c1 
15 }
16 \repeat volta 2 {
17         \grace {c8 } c4
18 }
19 }}