]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-tight.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-tight.ly
1 \version "1.7.16"
2
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.
9
10 "
11 }
12 \score {
13         \notes { \time 2/2 f''2 c'2 \time 2/2 }
14         \paper { linewidth = 2.5 \cm
15         indent = 0.0
16         }
17 }
18 %% new-chords-done %%