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
/
finger-chords-accidental.ly
blob
ed96d447b341bb89f5a8bdf10337c266acf11cd4
1
\version
"2.10.8"
2
\header
3
{
4
texidoc
=
"Scripts left of a chord avoid accidentals."
5
}
6
7
\paper
{
8
ragged-right
= ##
t
9
}
10
11
{
12
r
4
13
\set
fingeringOrientations
= #'(
left
)
14
<
cis
''
-
3
>
15
<
cis
''
-
3
e
''>
16
}