(Integrating LaTeX and
[lilypond.git] / input / regression / spacing-very-tight.ly
blob56b42ab5ff972da3a6a53a41819f42a91206d32c
1 \version "1.7.18"
2 \header {
3 texidoc = "
4 When tightly spaced, hinterfleisch -> 0.
5 Stems may touch the bar lines, opposite stems may touch eachother.
6 We need a mininum of about a note-width/interline space in these
7 situations, so that in tightly spaced music all vertical lines
8 are about equally spaced.
13 \score {
14 \notes \relative c''{
15 r1 e4 f, e' f,
17 \paper {
18 linewidth = 25.0 \mm
19 indent = 0.0\mm
22 %% new-chords-done %%