MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / prefatory-separation.ly
blob7b004272cd0a7e68be16104a0996fc330c35eaa9
1 \version "2.13.51"
3 \header {
5 texidoc = "Prefatory items maintain sufficient separation from
6 musical notation for readability, even in tight spacing.
7 The notes should remain generally on the correct side of the
8 time signature, key signature and barlines. A key change to
9 G major should be legible."
13 \new Staff <<
14 \relative c''' {
15 \key f \major
16 es4 c c c \bar "||" \noBreak
17 \key g \major
18 <gis cis,>4 r2. \bar "|."
19 } \\
20 \relative c' {
22 r4 cis a a
25 \layout {
26 line-width = 5\cm % impossibly narrow to induce tight spacing