]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-separator-spaceable-staves.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / system-separator-spaceable-staves.ly
diff --git a/input/regression/system-separator-spaceable-staves.ly b/input/regression/system-separator-spaceable-staves.ly
new file mode 100644 (file)
index 0000000..de2a1aa
--- /dev/null
@@ -0,0 +1,31 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "System separator positioning works with all spaceable
+staff contexts."
+}
+
+
+\paper {
+  system-separator-markup = \slashSeparator
+  indent = 0
+}
+
+\book {
+  \new TabStaff {
+    c'1
+  }
+
+  \new Staff {
+    c'1
+  }
+
+  \new DrumStaff {
+    c'1
+  }
+
+  \new RhythmicStaff {
+    c'1
+  }
+}
+