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