From 19bacc4ea3a89b4cbde7f9958f304693e95bb246 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 5 Jun 2007 00:39:43 -0700 Subject: [PATCH] Snippet doesn't work (in input/test/ version as well). --- .../lsr/spacing/changing-vertical-extents.ly | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 input/lsr/spacing/changing-vertical-extents.ly 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 - } - >> - -} - - -- 2.39.2