]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.51
authorfred <fred>
Fri, 14 Apr 2000 07:43:33 +0000 (07:43 +0000)
committerfred <fred>
Fri, 14 Apr 2000 07:43:33 +0000 (07:43 +0000)
input/bugs/die-staff.ly [new file with mode: 0644]

diff --git a/input/bugs/die-staff.ly b/input/bugs/die-staff.ly
new file mode 100644 (file)
index 0000000..026b974
--- /dev/null
@@ -0,0 +1,19 @@
+
+\score {
+  {
+    \context Staff = i {
+      \notes { a' b' c' d' }
+    }
+
+    \break
+
+    \context PianoStaff <
+      \context Staff = i {
+        \notes { a' b' c' d' }
+      }
+      \context Staff = ii {
+        \notes { \clef "bass"; a b c d }
+      }
+    >
+  }
+}