From: fred Date: Fri, 14 Apr 2000 07:43:33 +0000 (+0000) Subject: lilypond-1.3.51 X-Git-Tag: release/1.5.59~5743 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9692473a926e1c90ff0f64d8d4ebaca14dd846e5;p=lilypond.git lilypond-1.3.51 --- diff --git a/input/bugs/die-staff.ly b/input/bugs/die-staff.ly new file mode 100644 index 0000000000..026b97485c --- /dev/null +++ b/input/bugs/die-staff.ly @@ -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 } + } + > + } +}