From: Graham Percival Date: Tue, 5 Jun 2007 07:39:43 +0000 (-0700) Subject: Snippet doesn't work (in input/test/ version as well). X-Git-Tag: release/2.11.26-1~6^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19bacc4ea3a89b4cbde7f9958f304693e95bb246;p=lilypond.git Snippet doesn't work (in input/test/ version as well). --- diff --git a/input/lsr/spacing/changing-vertical-extents.ly b/input/lsr/spacing/changing-vertical-extents.ly deleted file mode 100644 index 0be0ee8a1a..0000000000 --- a/input/lsr/spacing/changing-vertical-extents.ly +++ /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 - } - >> - -} - -