Comment #1 on issue 1753 by carl.d.s...@gmail.com: Ehancement: tab for
diatonic instruments
http://code.google.com/p/lilypond/issues/detail?id=1753
A workaround can be made by using fretLabel together with
fret-letter-tablature-format:
notes = \relative c'' {
d4\1 e\1 fis\1 g\1
a4\1 b\1 c\1 d\1
}
\score {
\new TabStaff
\with {
stringTunings = #`(,(ly:make-pitch 1 1 0)
,(ly:make-pitch 0 5 0)
,(ly:make-pitch -1 1 0))
fretLabels =
#'("0" "x" "1" "x" "2" "3" "x" "4" "x" "5" "6" "x" "7" "x" "8")
tablatureFormat = #fret-letter-tablature-format
}
\new TabVoice {
\notes
}
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond