]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/spacing-very-tight.ly
39b95ca3912ba22e13a5800c9189220e9e1e0b86
[lilypond.git] / input / bugs / spacing-very-tight.ly
1 \version "1.3.148"
2
3 % When tightly spaced, hinterfleisch -> 0.
4 % Stems may touch the bar lines, opposite stems may touch eachother.
5 % We need a mininum of about a note-width/interline space in these
6 % situations, so that in tightly spaced music all vertical lines
7 % are about equally spaced.
8
9 \score {
10         \notes \relative c''{ 
11                 r1 e4 f, e' f,
12         }
13         \paper { 
14                 linewidth = 25.0 \mm
15                 indent = 0.0\mm
16         }
17 }