summaryrefslogtreecommitdiff
path: root/input/regression/bar-line-dashed.ly
blob: 11138d26406f2d6e0e3c5ea81cf4af7ed48905ac (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\header { texidoc = "The dashes in a dashed bar line covers staff
  lines exactly. Dashed barlines between staves start and end on a
  half dash precisely." }

\version "2.9.13"

\paper {  ragged-right = ##t }

\relative \new StaffGroup <<
  \new Staff {
    c4 \bar "dashed" c }
  \new Staff {
    c c
  }
>>