]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-dotted.ly
Split WWW target in two stages WWW-1 and WWW-2
[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.10.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