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
Massive changes - see ChangeLog.
[lilypond.git]
/
input
/
regression
/
slur-symmetry-1.ly
blob
f7c76abcb1ab4bc441a6ff76699711617d275440
1
#(
ly
:
set-option
'
old-relative
)
2
\version
"1.9.0"
3
\header
4
{
5
texidoc
=
"Symmetric figures should lead to symmetric slurs."
6
}
7
8
\score
{
9
\notes\relative
c
''<
10
\time
4
/
4
11
\context
Staff
{
12
f
8
(
f f f
-
)
f
(
g g f
-
)
f
(
a a f
-
)
f
(
b b f
-
)
13
}
14
\context
Staff
=
x
{
15
e
,(
e e e
-
)
e
(
d d e
-
)
e
(
c c e
-
)
e
(
b b e
-
)
16
}
17
>
18
\paper
{
19
raggedright
= ##
t
20
}
21
}
22