]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-tight.ly
75c7d16f970aff56096615646b24435c446a5315
[lilypond.git] / input / regression / spacing-tight.ly
1 \header{
2 texidoc="
3 If there are accidentals in the music, we add space, but the space
4 between note and accidentals is less than between the notes with the
5 same value.  Clef changes also get extra space, but not as much as
6 barlines.
7
8 Even if a line is very tightly spaced, there will still be room
9 between prefatory matter and the following notes.  The space after the
10 prefatory is very rigid.  In contrast, the space before the barline
11 must stretch like the space within the measure.
12
13 Tight:
14 ";
15 }
16 \score {
17         \notes { \time 2/2; f''2 c'2 \time 2/2; }
18         \paper { linewidth = 2.5 \cm;
19         indent = 0.0;
20         }
21 }