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