From be478fb0bb5f675a7c8834db3e83f1aace89c7fc Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Mon, 14 Jan 2008 01:41:37 +0100 Subject: [PATCH] Revert "seventh patch from Joe: add regression test for mixed clefs and octavations" This reverts commit 639110b0c4e90269ed49f354941b1e1161af0dda. Signed-off-by: Valentin Villenave --- input/regression/clef-ottava.ly | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 input/regression/clef-ottava.ly diff --git a/input/regression/clef-ottava.ly b/input/regression/clef-ottava.ly deleted file mode 100644 index d01e6c912e..0000000000 --- a/input/regression/clef-ottava.ly +++ /dev/null @@ -1,26 +0,0 @@ - -\header -{ - texidoc = "Ottava brackets and clefs both modify Staff.middleCPosition, -but they don't confuse one another." -} - -\version "2.11.36" - -\layout { ragged-right = ##t} - -\relative c'' { - \clef "alto" - a b c a - #(set-octavation 1) - a b c a - \clef "bass" - a b c a - #(set-octavation 2) - a b c a - \clef "treble" - #(set-octavation -1) - a b c a -} - - -- 2.39.5