repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
bar-line-dotted.ly
blob
f662c3c9e43f59e75dc1307b7f26e4e07b7762bd
1
2
\header
{
3
texidoc
=
"The dots in a dotted bar line are in spaces."
4
5
}
6
7
\version
"2.12.0"
8
9
\paper
{
ragged-right
= ##
t
}
10
11
\relative \new
StaffGroup
<<
12
\new
Staff
{
13
c
4
\bar
":"
c
}
14
\new
Staff
{
15
c c
16
}
17
>>
18