repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
span-bar-break.ly
blob
3ac07160ffd20f301bf8d6ee6872dde137199541
1
\version
"2.12.0"
2
3
\header
{
4
5
texidoc
=
"At the beginning of a system, the @code{|:} repeat
6
barline is drawn between the staves, but the @code{:|} is not."
7
8
}
9
10
\layout
{
ragged-right
= ##
t
}
11
12
13
\new
PianoStaff
<<
14
\new
Staff
=
"up"
{
15
\bar
"|:"
r
1
16
\bar
":|"
\break
r
1
17
}
18
\new
Staff
=
"down"
{
r r
}
19
>>
20
21