]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/automatic-polyphony-tabstaff.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / automatic-polyphony-tabstaff.ly
diff --git a/input/regression/automatic-polyphony-tabstaff.ly b/input/regression/automatic-polyphony-tabstaff.ly
new file mode 100644 (file)
index 0000000..bed980d
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header{ texidoc = "In a TabStaff, automatic polyphony can be used without
+                    explicitly initializing separate voices."
+       }
+
+test = {
+  c'1
+  << { c'4 d' e' f' } \\ { g,1 } >>
+  c'1
+}
+
+\score {
+  <<
+    \new Staff { \clef "treble_8" \test }
+    \new TabStaff { \test }
+  >>
+}
\ No newline at end of file