]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-very-tight.ly
b6fdb49970d7ed09e7a392c56fef00efe239ca25
[lilypond.git] / input / regression / spacing-very-tight.ly
1 \version "1.3.148"
2 \header {
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 }