]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
cleanup input/no-notation/
[lilypond.git] / input / no-notation / die-staff.ly
diff --git a/input/no-notation/die-staff.ly b/input/no-notation/die-staff.ly
deleted file mode 100644 (file)
index 4f94b3b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\version "2.10.0"
-
-\header  {
-texidoc = "a staff should really die, if no one's referencing it."
-}
-\score {
- {
-    \new Staff =  "q" {
-       { a' b' c' d' }
-    }
-
-    \break
-
-    \context PianoStaff <<
-      \new Staff =  "i" {
-         { a' b' c' d' }
-      }
-      \new Staff =  "ii" {
-         { \clef "bass" a b c d }
-      }
-    >>
-  }
-}