repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
double-repeat.ly
blob
825dfd84cf94559324c5963420ec930ed377dcce
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Three types of double repeat bar line are supported."
5
}
6
\new
StaffGroup
<<
7
\new
Staff
\relative
c
' {
8
c
1
9
\mark
"
\"
:|:
\"
"
10
\bar
":|:"
11
c
1
12
\mark
"
\"
:|.|:
\"
"
13
\bar
":|.|:"
14
c
1
15
\mark
"
\"
:|.:
\"
"
16
\bar
":|.:"
17
c
1
18
}
19
\new
Staff
\relative
c
' {
20
\repeat
unfold
4
{
c
1
}
21
}
22
>>