]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
* lily/unfolded-repeat-iterator.cc (process): bugfix: use a
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 \version "1.7.22"
2
3 \header {
4
5     texidoc = "Graces at combined with volta repeats: a repeat
6 starting with a grace, following a repeat directly. The bars should be
7 merged into one :||:."
8
9       }
10
11 \score {\notes\relative c' {
12 \repeat volta 2 {
13         c1 
14 }
15 \repeat volta 2 {
16         \grace {c8 } c4
17 }
18 }}