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