]> git.donarmstrong.com Git - lilypond.git/commitdiff
Style nit: regtest naming.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 23 Nov 2010 22:44:05 +0000 (22:44 +0000)
committerValentin Villenave <valentin@villenave.net>
Fri, 26 Nov 2010 23:08:49 +0000 (00:08 +0100)
input/regression/zero-staff-space.ly [new file with mode: 0644]
input/regression/zero_staff_space.ly [deleted file]

diff --git a/input/regression/zero-staff-space.ly b/input/regression/zero-staff-space.ly
new file mode 100644 (file)
index 0000000..95c978a
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.13.40"
+
+\header {
+  texidoc="
+Setting staff-space to 0 does not cause a segmentation fault.
+"
+}
+
+\new Staff \with {
+  \override StaffSymbol #'staff-space = #0
+  } {
+  \relative c' {
+    c1
+  }
+}
diff --git a/input/regression/zero_staff_space.ly b/input/regression/zero_staff_space.ly
deleted file mode 100644 (file)
index cc30e65..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\version "2.13.40"
-\header{
-
-  texidoc="
-Setting staff-space to 0 does not cause a segmentation fault.
-"
-
-}
-
-\new Staff \with {
-  \override StaffSymbol #'staff-space = #0
-  } {
-  \relative c' {
-    c1
-  }
-}