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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
slur-clef.ly
blob
1103dfbde658a81a119ab3e2fc4f161760fc6e00
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.10.0"
10
11
\new
Staff
{
\clef
bass
c
4
^(
\clef
"G"
g
'
4
)
s
2
c
''
1
_(
f
'') }