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-symmetry.ly
blob
c3e28273ec736e0ae4a700c9979f7ba597304e7a
1
\version
"2.10.0"
2
\header
3
{
4
texidoc
=
"Symmetric figures should lead to symmetric slurs."
5
6
}
7
8
\layout
{
9
ragged-right
= ##
t
10
}
11
12
13
\relative
c
'<<
14
\time
6
/
8
15
\context
Staff
{
16
e
8
(
e e
)
e
(
d e
)
e
(
c e
)
e
(
b e
)
17
}
18
\new
Staff
{
19
f
'
8
(
f f
)
f
(
g f
)
f
(
a f
)
f
(
b f
)
20
}
21
>>
22
23
24