MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / test-output-distance.ly
blob834c3b3af3bcb3fa62a5ec1730a6615f0bb187d6
2 \header {
3 texidoc = "This file gives a different result each time it is run, so
4 it should always show up in the output-distance testing. "
8 \version "2.12.0"
11 #(define time (gettimeofday))
12 #(define random-number
13 (/ (random 100 (seed->random-state (+ (car time)
14 (cdr time)))) 100.0))
16 \layout {
17 line-width = #(* cm (+ 5 (* 10 random-number)))
18 ragged-right = ##f
21 \relative c' { c4 d f8_\f[ g-.] }