]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-very-tight.ly
release commit
[lilypond.git] / input / regression / spacing-very-tight.ly
1
2 \version "2.1.30"
3 \header {
4 texidoc = "
5  When tightly spaced, the spaces between elements (hinterfleisch?) 
6  may approach zero. In that case, 
7  stems may touch the bar lines and opposite stems may touch eachother.
8  In these situations,
9  a mininum of about a note-width/interline space is needed,
10  so that all vertical lines are approximately equally spaced in tightly 
11  spaced music.
12
13  "
14  
15  }
16 \score {
17         \notes \relative c''{ 
18                 r1 e4 f, e' f,
19         }
20         \paper { 
21                 linewidth = 25.0 \mm
22                 indent = 0.0\mm
23         }
24 }
25