repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
bar-line-dashed.ly
blob
b3a142d58bacbe182d0add1b913c715df1a369b5
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.10.0"
7
8
\paper
{
ragged-right
= ##
t
}
9
10
\relative \new
StaffGroup
<<
11
\new
Staff
{
12
c
4
\bar
"dashed"
c
}
13
\new
Staff
{
14
c c
15
}
16
>>
17