]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/test-output-distance.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / test-output-distance.ly
1
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. "
5
6 }
7
8 \version "2.11.51"
9
10
11 #(define time (gettimeofday))
12 #(define random-number
13   (/ (random 100 (seed->random-state (+ (car time)
14                                         (cdr time)))) 100.0))
15   
16 \layout {
17   line-width = #(* cm (+ 5 (* 10 random-number)))
18   ragged-right = ##f
19 }
20
21 \relative { c4 d f8_\f[ g-.] }
22