]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-open-string-handling.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tablature-open-string-handling.ly
diff --git a/input/regression/tablature-open-string-handling.ly b/input/regression/tablature-open-string-handling.ly
new file mode 100644 (file)
index 0000000..996bcaf
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+
+  texidoc = "
+  Open strings are part of a chord in tablature, even when @code{minimumFret} is set.
+  This can be changed via @code{restrainOpenStrings}."
+
+}
+
+\score {
+  \new TabStaff {
+    \set TabStaff.minimumFret = #3
+    < g, d >1
+    \set TabStaff.restrainOpenStrings = ##t
+    < g, d >1
+  }
+}