]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-banjo.ly
75f68bd0a8c162901dd36a3e0e6e4f1d004c9196
[lilypond.git] / input / regression / tablature-banjo.ly
1 \version "2.14.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     g8 d' g'\5 a b g e d' |
14     g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
15     g4
16   }
17 >>
18