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