]> git.donarmstrong.com Git - lilypond.git/commitdiff
add regtest for x-staff beam with script case.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 31 Aug 2007 03:20:23 +0000 (00:20 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 31 Aug 2007 03:20:23 +0000 (00:20 -0300)
input/regression/beam-cross-staff-script.ly [new file with mode: 0644]

diff --git a/input/regression/beam-cross-staff-script.ly b/input/regression/beam-cross-staff-script.ly
new file mode 100644 (file)
index 0000000..0c5294e
--- /dev/null
@@ -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 %%%
+