]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-octavation.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / clef-octavation.ly
diff --git a/input/regression/clef-octavation.ly b/input/regression/clef-octavation.ly
deleted file mode 100644 (file)
index c89a547..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "2.16.0"
-
-\header {
-
-  texidoc="Octavate symbols should be correctly positioned close to
-the parent clef."
-
-}
-\score {
-  <<
-    \new Staff { \clef "G^8" g''1 }
-    \new Staff { \clef "F^8" c'1 }
-    \new Staff { \clef "C^8" c''1 }
-    \new Staff { \clef "G_8" g1 }
-    \new Staff { \clef "F_8" c,1 }
-    \new Staff { \clef "C_8" c1 }
-  >>
-}