]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/prefatory-spacing.ly
patch::: 1.5.5.jcn3
[lilypond.git] / input / bugs / prefatory-spacing.ly
index 06e718bc2a5925b9a64bb5f69c6f376dfd9c62ad..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,15 +0,0 @@
-\version "1.3.148"
-
-\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 f }
-
-\score {
-
-  < \foo 
-  >
-}