]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-dashed.ly
11138d26406f2d6e0e3c5ea81cf4af7ed48905ac
[lilypond.git] / input / regression / bar-line-dashed.ly
1
2 \header { texidoc = "The dashes in a dashed bar line covers staff
3   lines exactly. Dashed barlines between staves start and end on a
4   half dash precisely." }
5
6 \version "2.9.13"
7
8 \paper {  ragged-right = ##t }
9
10 \relative \new StaffGroup <<
11   \new Staff {
12     c4 \bar "dashed" c }
13   \new Staff {
14     c c
15   }
16 >>
17