From: Han-Wen Nienhuys Date: Fri, 31 Aug 2007 03:20:23 +0000 (-0300) Subject: add regtest for x-staff beam with script case. X-Git-Tag: release/2.11.32-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3f6ad8eb13053c189dc9ac84143af5aa06180382;p=lilypond.git add regtest for x-staff beam with script case. --- diff --git a/input/regression/beam-cross-staff-script.ly b/input/regression/beam-cross-staff-script.ly new file mode 100644 index 0000000000..0c5294eb3a --- /dev/null +++ b/input/regression/beam-cross-staff-script.ly @@ -0,0 +1,28 @@ +\header { + + texidoc = "scripts don't trigger beam formatting. If this +does happen, we can have a cyclic dependency on Y-positions of +staves." + +} + + +\version "2.11.30" + +\new PianoStaff << + \new Staff = RH { + \time 1/4 + c''16 [ + c''16 + \change Staff = LH + c''16 \tenuto _ \markup { foo } + \change Staff = RH + c''16 ] + } + \new Staff = LH { + s4 + } +>> + +%%% END %%% +