]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-very-tight.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-very-tight.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "
4  When tightly spaced, hinterfleisch -> 0.
5  Stems may touch the bar lines, opposite stems may touch eachother.
6  We need a mininum of about a note-width/interline space in these
7  situations, so that in tightly spaced music all vertical lines
8  are about equally spaced.
9
10  "
11  
12  }
13 \score {
14         \notes \relative c''{ 
15                 r1 e4 f, e' f,
16         }
17         \paper { 
18                 linewidth = 25.0 \mm
19                 indent = 0.0\mm
20         }
21 }
22 %% new-chords-done %%