repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git]
/
input
/
regression
/
fingering.ly
blob
383ebe060b58750c79556899dd4b8d09d7654deb
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Automatic fingering tries to put fingering instructions
5
next to noteheads.
6
"
7
}
8
9
\layout
{
ragged-right
= ##
t
}
10
11
\relative
c
' {
12
c
4
-
4
13
<
c
-
1
f
-
4
>
14
<
c
-
1
e
-
2
g
-
3
b
-
4
>
15
}
16
17
18