From: Han-Wen Nienhuys Date: Tue, 27 May 2008 03:15:04 +0000 (-0300) Subject: Add test to verify that the regression test is working. X-Git-Tag: release/2.11.47-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf3b635c03af2b7214b49db4cce6736e8a732334;p=lilypond.git Add test to verify that the regression test is working. --- diff --git a/input/regression/test-output-distance.ly b/input/regression/test-output-distance.ly new file mode 100644 index 0000000000..7962b2cbd1 --- /dev/null +++ b/input/regression/test-output-distance.ly @@ -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-.] } +