]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-open-string-chord.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tablature-open-string-chord.ly
diff --git a/input/regression/tablature-open-string-chord.ly b/input/regression/tablature-open-string-chord.ly
new file mode 100644 (file)
index 0000000..fbbe578
--- /dev/null
@@ -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 <c g d' a'>
+    <c g'> 1 <c\4 g'> 1
+  }
+}