]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/prefatory-spacing.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / prefatory-spacing.ly
1 \version "1.3.148"
2
3 \header { texidoc= "Spacing after clef/key should be stretched
4 equidistantly for large stretching, but should stay clear of prefatory
5 matter for small stretching. Support in the spacing engine for
6 separate spring constants for stretching/shrinking is needed" 
7 }
8
9 foo = \notes\relative c''   {   \key as \major f }
10
11 \score {
12
13   < \foo 
14   >
15 }