From: fred Date: Wed, 3 Oct 2001 14:53:29 +0000 (+0000) Subject: lilypond-1.5.15 X-Git-Tag: release/1.5.59~5691 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=935ccbad42e7b20b3adb1bb46604f2fc69dcfc9f;p=lilypond.git lilypond-1.5.15 --- diff --git a/input/bugs/harakiri-autoknee.ly b/input/bugs/harakiri-autoknee.ly new file mode 100644 index 0000000000..0a2a3c9fab --- /dev/null +++ b/input/bugs/harakiri-autoknee.ly @@ -0,0 +1,17 @@ + + +\score { \notes \transpose c''' + \context PianoStaff < + \context Staff = up { c4 c c c \break c c c c } + \context Staff = mid { c4 c c c \break s1 } + \context Staff = down { c8 \translator Staff=mid c \translator +Staff=down c c c4 c c c c c } + > + \paper { + \translator { + \HaraKiriStaffContext +% Beam \revert #'auto-knee-gap + } + } +} +