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
/
slur-clef.ly
blob
e9534fcbb12f57fbc9391efca9b8229e24c955e8
1
\header
{
2
texidoc
=
"Slurs avoid clefs, but don't avoid barlines."
3
}
4
5
\paper
{
6
ragged-right
= ##
t
7
8
}
9
\version
"2.12.0"
10
11
\new
Staff
{
\clef
bass
c
4
^(
\clef
"G"
g
'
4
)
s
2
c
''
1
_(
f
'') }