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
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
chords-funky-ignatzek.ly
blob
b5349a3cfc8db0a57467dc6373bf2004111345d7
1
\version
"2.12.0"
2
3
4
\header
{
5
texidoc
=
"Jazz chords may have unusual combinations."
6
}
7
8
chs
=
9
{
10
<
c d f g
>
1
11
<
c d e f g
>
1
12
<
c d e g
>
1
13
<
c d es g as
>
1
14
<
c d e f g bes d
'
f
'>
1
15
<
c d e f g bes c
'
d
'
e
'>
1
16
<
c e g bes c
'
d
'
e
'>
1
17
<
c e g a bes
>
1
18
<
c e g a d
'>
1
19
}
20
21
22
<<
23
\context
ChordNames
{
24
%% #(set-chord-name-style 'ignatzek)
25
\chs
26
}
27
\context
Staff
\transpose
c c
' {
\chs
}
28
>>