]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-rest.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-cross-staff-rest.ly
diff --git a/input/regression/beam-cross-staff-rest.ly b/input/regression/beam-cross-staff-rest.ly
new file mode 100644 (file)
index 0000000..c957a14
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Placement of beamed cross staff rests should be
+reasonably close to beam.
+"
+}
+
+Up = \change Staff = "up"
+Down = \change Staff = "down"
+
+\new PianoStaff <<
+  \new Staff = "up"
+  \relative c'' {
+    \time 6/8 a2.
+    c'8[ \Down c,16 \Up fis \Down r fis] \Up
+  }
+  \new Staff = "down" { s2. s4. }
+>>