* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-tight.ly
blobc3229386e2b259c101fe330f64baacdc365ea7fb
1 \version "1.7.16"
3 \header{
4 texidoc="
5 Even if a line is very tightly spaced, there will still be room
6 between prefatory matter and the following notes. The space after the
7 prefatory is rigid. In contrast, the space before the barline
8 must stretch like the space within the measure.
12 \score {
13 \notes { \time 2/2 f''2 c'2 \time 2/2 }
14 \paper { linewidth = 2.5 \cm
15 indent = 0.0
18 %% new-chords-done %%