]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/spacing-very-tight.ly
patch::: 1.1.64.lu1
[lilypond.git] / input / bugs / spacing-very-tight.ly
1 % when tightly spaced, hinterfleisch -> 0 (and not: -> note-width)
2 % we need a mininum of about a note-width/interline space before
3 % bar line
4
5 % set rediculously tight
6 \score {
7         \notes { \time 2/2; c'2 c'2 \time 2/2; }
8         \paper { linewidth = 2.0 \cm;
9         indent = 0.0;
10         }
11 }