MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-fretboard-open-string.ly
blobf86dc7c32fd541d99ca876abf55ebc3f5e4bf577
1 \version "2.13.40"
2 \header
4 texidoc =
5 "Tablatures derived from stored fretboard diagrams display open strings
6 as fret 0 in the tablature. The tablature and fretboard should match."
9 #(define c-shape-fretboard-table (make-fretboard-table))
11 \storePredefinedDiagram #c-shape-fretboard-table
12 \chordmode{c}
13 #guitar-tuning
14 "x;3-3;2-2;o;1-1;o;"
16 cShape = {
17 \set predefinedDiagramTable = #c-shape-fretboard-table
20 Chords = \chordmode {
21 \cShape
22 c,1 |
25 \score {
27 \new ChordNames {
28 \Chords
30 \new FretBoards {
31 \Chords
33 \new Staff {
34 \clef "treble_8"
35 \Chords
37 \new TabStaff {
38 \Chords