Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / double-repeat.ly
blob825dfd84cf94559324c5963420ec930ed377dcce
1 \version "2.12.0"
3 \header {
4 texidoc = "Three types of double repeat bar line are supported."
6 \new StaffGroup <<
7 \new Staff \relative c' {
8 c1
9 \mark "\":|:\""
10 \bar ":|:"
12 \mark "\":|.|:\""
13 \bar ":|.|:"
15 \mark "\":|.:\""
16 \bar ":|.:"
19 \new Staff \relative c' {
20 \repeat unfold 4 { c1 }