X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-open-string-chord.ly;fp=input%2Fregression%2Ftablature-open-string-chord.ly;h=fbbe578111eea6650a1c22d5eeee41c85644ae37;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/tablature-open-string-chord.ly b/input/regression/tablature-open-string-chord.ly new file mode 100644 index 0000000000..fbbe578111 --- /dev/null +++ b/input/regression/tablature-open-string-chord.ly @@ -0,0 +1,17 @@ +\version "2.16.0" + +\header { + + texidoc = " +Open strings can always be part of a chord in tablature, even when frets +above 4 have been used in the chord. In this case, both chords should show +an open fourth string." + +} + +\score { + \new TabStaff { + \set TabStaff.stringTunings = \stringTuning + 1 1 + } +}