]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "seventh patch from Joe: add regression test for mixed clefs and octavations"
authorValentin Villenave <valentin@villenave.net>
Mon, 14 Jan 2008 00:41:37 +0000 (01:41 +0100)
committerValentin Villenave <valentin@villenave.net>
Mon, 14 Jan 2008 00:41:37 +0000 (01:41 +0100)
This reverts commit 639110b0c4e90269ed49f354941b1e1161af0dda.

Signed-off-by: Valentin Villenave <v.villenave@gmail.com>
input/regression/clef-ottava.ly [deleted file]

diff --git a/input/regression/clef-ottava.ly b/input/regression/clef-ottava.ly
deleted file mode 100644 (file)
index d01e6c9..0000000
+++ /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
-}
-
-