]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-dotted.ly
Merge branch 'master' into dev/texi2html
[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.11.51"
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