From: Valentin Villenave Date: Mon, 14 Jan 2008 00:41:37 +0000 (+0100) Subject: Revert "seventh patch from Joe: add regression test for mixed clefs and octavations" X-Git-Tag: release/2.11.38-1~80 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be478fb0bb5f675a7c8834db3e83f1aace89c7fc;p=lilypond.git Revert "seventh patch from Joe: add regression test for mixed clefs and octavations" This reverts commit 639110b0c4e90269ed49f354941b1e1161af0dda. Signed-off-by: Valentin Villenave --- 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 -} - -