]> git.donarmstrong.com Git - lilypond.git/commitdiff
Snippet doesn't work (in input/test/ version as well).
authorGraham Percival <graham@percival-music.ca>
Tue, 5 Jun 2007 07:39:43 +0000 (00:39 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 5 Jun 2007 07:39:43 +0000 (00:39 -0700)
input/lsr/spacing/changing-vertical-extents.ly [deleted file]

diff --git a/input/lsr/spacing/changing-vertical-extents.ly b/input/lsr/spacing/changing-vertical-extents.ly
deleted file mode 100644 (file)
index 0be0ee8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-%%  Do not edit this file; it is auto-generated from LSR!
-\version "2.11.23"
-
-\header { texidoc = "
-Vertical extents may increased by setting @code{minimumVerticalExtent},
- @code{extraVerticalExtent}, and @code{verticalExtent}. In this
-example, @code{verticalExtent} is increased.
-
-
-" }
-
-\score {
-    <<
-    \new Staff {
-      \set Staff.verticalExtent = #'(-15.0 . 0.0)
-      \clef alto
-      c1
-    }
-    \new Staff {
-      \set Staff.verticalExtent = #'(-0.0 . 15.0)
-      \clef alto
-      g1
-    }
-  >>
-}
-
-