]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bar-collapse-staffspace.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / system-start-bar-collapse-staffspace.ly
diff --git a/input/regression/system-start-bar-collapse-staffspace.ly b/input/regression/system-start-bar-collapse-staffspace.ly
new file mode 100644 (file)
index 0000000..165dfd1
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "When the staff-space is increased, the system-start delimiter
+should still be collapsed (i.e. the collapse-height should not give an absolute
+length, but a multiple of staff-spaces)."
+}
+
+\new Staff \with { \override StaffSymbol #'staff-space = #1.4 }
+{
+  a4 b c d 
+}