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
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
tablature-banjo.ly
blob
cc5515b0fc4ea5a0584e30d923762904c087e54c
1
\version
"2.12.0"
2
3
\header
4
{
5
texidoc
=
"Tablature may also be tuned for banjo."
6
}
7
8
\new
TabStaff
<<
9
\set
TabStaff
.
tablatureFormat
= #
fret-number-tablature-format-banjo
10
\set
TabStaff
.
stringTunings
= #
banjo-open-
g
-tuning
11
{
12
\stemDown
13
g
8
d
'
g
'
\5
a b g e d
'
|
14
g
4
d
''
8
\5
b
'
a
'
\2
g
'
\5
e
'
\2
d
'
|
15
g
4
16
}
17
>>
18