]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-volta-repeat-2.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
3
4 \header {
5
6     texidoc = "Graces at combined with volta repeats: a repeat
7 starting with a grace, following a repeat directly. The bars should be
8 merged into one @code{:||:}."
9
10       }
11
12     \paper { raggedright= ##t }
13
14 \score {\notes\relative c' {
15 \repeat volta 2 {
16         c1 
17 }
18 \repeat volta 2 {
19         \grace {c8 } c4
20 }
21 }}