From 9692473a926e1c90ff0f64d8d4ebaca14dd846e5 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 14 Apr 2000 07:43:33 +0000 Subject: [PATCH] lilypond-1.3.51 --- input/bugs/die-staff.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/bugs/die-staff.ly 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 } + } + > + } +} -- 2.39.5