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-rest.ly
blob
c9d35453f3f93f5ad71bffc6db7b09c462384bac
1
2
\version
"2.10.0"
3
\header
4
{
5
texidoc
=
"Slurs may be placed over rests. The slur will avoid
6
colliding with the rests.
7
8
"
9
}
10
11
\layout
{
ragged-right
= ##
t
}
12
{
\stemDown
c
'
4
(
r
4
c
'
2
)
13
14
\relative
c
'' {
15
%% Finish with F if played separately
16
c
8
-
.(
r
c
,
-
.
r
c
4
)
r
4
|
17
}
18
19
}
20
21
22