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
ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git]
/
input
/
regression
/
arpeggio-collision.ly
blob
ba82ac1293d40f034d71303d316feea39d798edd
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Arpeggio stays clear of accidentals and flipped note heads."
5
}
6
\layout
{
7
ragged-right
= ##
t
8
\context
{
9
\Staff
10
connectArpeggios
= ##
t
11
}
12
}
13
14
15
16
\transpose
c c
' {
17
<
fis
''
g d a
>
\arpeggio
18
<
fis
,
g d a
>
\arpeggio
19
<
fis
''
g d a
>
\arpeggio
20
}