]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/prefatory-spacing.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / bugs / prefatory-spacing.ly
index 23da618be908463e977d3f14785507f920fd8469..b9526768ad714610db185cc7ff431621e39291f0 100644 (file)
@@ -1,10 +1,13 @@
-% the space after clef/key is stretched too much.
+\header { texidoc= "Spacing after clef/key should be stretched
+equidistantly for large stretching, but should stay clear of prefatory
+matter for small stretching. Support in the spacing engine for
+separate spring constants for stretching/shrinking is needed"; 
+}
 
-foo = \notes\relative c''   {   \key as \major; d }
+foo = \notes\relative c''   {   \key as \major; f }
 
 \score {
 
   < \foo 
-   \context NoteNames \foo
   >
 }