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
/
bar-line-thick.ly
blob
09f165f8e84ef1f76c6ef78b6f48dfada66d8678
1
2
\header
{
texidoc
=
"A thick bar line is created by \bar
\"
.
\"
, which is consistent with e.g. \bar
\"
|.
\"
"
}
3
4
\version
"2.12.0"
5
6
\paper
{
ragged-right
= ##
t
}
7
8
\relative \new
StaffGroup
<<
9
\new
Staff
{
10
c
4
\bar
"."
c
}
11
\new
Staff
{
12
c c
13
}
14
>>
15