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
lilypond-1.3.144
[lilypond.git]
/
input
/
test
/
test-german-chords.ly
blob
62fba8edb10901ecc0bb2116c68e17489e1f6e9b
1
\include
"german-chords.ly"
2
3
% #(set! german-Bb #t)
4
5
ch
=
\chords
{
beses
1
/
+beses
bes
/
+
bes b
/
+
b
bis
/
+bis ases
/
+ases
as
/
+
as a
/
+
a ais
/
+
ais
fisis
/
+fisis
}
6
7
\score
{
8
<
9
\context
ChordNames
=
chn
{
\ch
}
10
\context
Staff
=
stf
\chords
{
\ch
}
11
>
12
\paper
{}
13
}
14