]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/double-repeat.ly
Merge master into nested-bookparts
[lilypond.git] / input / regression / double-repeat.ly
1 \version "2.11.60"
2
3 \header {
4   texidoc = "Three types of double repeat bar line are supported."
5 }
6 \new StaffGroup <<
7   \new Staff \relative c' {
8     c1
9     \mark "\":|:\""
10     \bar ":|:"
11     c1
12     \mark "\":|.|:\""
13     \bar ":|.|:"
14     c1
15     \mark "\":|.:\""
16     \bar ":|.:"
17     c1
18   }
19   \new Staff \relative c' {
20     \repeat unfold 4 { c1 }
21   }
22 >>