]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/zero-staff-space.ly
resolve merge
[lilypond.git] / input / regression / zero-staff-space.ly
diff --git a/input/regression/zero-staff-space.ly b/input/regression/zero-staff-space.ly
new file mode 100644 (file)
index 0000000..62e2e16
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+
+\header {
+  texidoc="
+Setting staff-space to 0 does not cause a segmentation fault.
+"
+}
+
+\new Staff \with {
+  \override StaffSymbol #'staff-space = #0
+  } {
+  \relative c' {
+    c1
+  }
+}