]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-separation.ly
Doc-es: various updates.
[lilypond.git] / input / regression / prefatory-separation.ly
1 \version "2.19.21"
2
3 \header {
4
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."
10
11 }
12
13 \new Staff <<
14   \relative {
15     \key f \major
16     es'''4 c c c \bar "||" \noBreak
17     \key g \major
18     <gis cis,>4 r2. \bar "|."
19     } \\
20   \relative {
21     R1
22     r4 cis' a a
23   }
24 >>
25 \layout {
26   line-width = 5\cm % impossibly narrow to induce tight spacing
27 }