]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-tabstaff-spacing.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / staff-tabstaff-spacing.ly
diff --git a/input/regression/staff-tabstaff-spacing.ly b/input/regression/staff-tabstaff-spacing.ly
new file mode 100644 (file)
index 0000000..b5673fc
--- /dev/null
@@ -0,0 +1,31 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "
+The space between scores containing Staffs and TabStaffs should
+be consistent.  In this example, all of the spacings should be
+equivalent.
+"
+}
+
+\score {
+ { c'4 d' e' f' g'1 }
+ \header {
+  piece = "Title 1"
+ }
+}
+\score {
+ \new TabStaff {
+  c'4 d' e' f' g'1
+ }
+ \header {
+  piece = "Title 2"
+ }
+}
+\score {
+ { c'4 d' e' f' g'1 }
+ \header {
+  piece = "Title 3"
+ }
+}