]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-dotted.ly
f662c3c9e43f59e75dc1307b7f26e4e07b7762bd
[lilypond.git] / input / regression / bar-line-dotted.ly
1
2 \header {
3   texidoc = "The dots in a dotted bar line are in spaces."
4
5 }
6
7 \version "2.12.0"
8
9 \paper {  ragged-right = ##t }
10
11 \relative \new StaffGroup <<
12   \new Staff {
13     c4 \bar ":" c }
14   \new Staff {
15     c c
16   }
17 >>
18