repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
programming-work: remove reference to non-existsing node.
[lilypond/patrick.git]
/
input
/
regression
/
script-horizontal-slur.ly
blob
67a86bcee57cf53d0bcb1503d994391e5d1fb223
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Horizontal scripts don't have @code{avoid-slur} set."
5
}
6
7
\layout
{
8
ragged-right
= ##
t
9
}
10
11
\relative
c
'' {
12
\set
fingeringOrientations
= #'(
right
)
13
<
a
-
1
d
-
2
>
2
14
<
a
-
1
d
-
2
>
2
15
<
a
-
1
d
-
2
>
2
(
16
<
a
-
1
d
-
2
>
2
)
17
}