]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add test to verify that the regression test is working.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 27 May 2008 03:15:04 +0000 (00:15 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 27 May 2008 03:15:04 +0000 (00:15 -0300)
input/regression/test-output-distance.ly [new file with mode: 0644]

diff --git a/input/regression/test-output-distance.ly b/input/regression/test-output-distance.ly
new file mode 100644 (file)
index 0000000..7962b2c
--- /dev/null
@@ -0,0 +1,22 @@
+
+\header {
+  texidoc = "This file gives a different result each time it is run, so
+it should always show up in the output-distance testing. "
+
+}
+
+\version "2.11.46"
+
+
+#(define time (gettimeofday))
+#(define random-number
+  (/ (random 100 (seed->random-state (+ (car time)
+                                       (cdr time)))) 100.0))
+  
+\layout {
+  line-width = #(* cm (+ 5 (* 10 random-number)))
+  ragged-right = ##f
+}
+
+\relative { c4 d f8_\f[ g-.] }
+