repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
slur-double.ly
blob
8404f0831aaabeaa1a07139b4333ad3ae54187aa
1
2
\header
{
3
texidoc
=
"Some composers use slurs both above and below chords.
4
This can be typeset by setting @code{doubleSlurs}"
5
}
6
\version
"2.10.0"
7
8
\layout
{
ragged-right
= ##
t
}
9
\relative
{
10
\set
doubleSlurs
= ##
t
11
<
c e
>
4
( <
d f
> <
c e
> <
d f
> )
12
}