]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-span-one-staff-collision.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / arpeggio-span-one-staff-collision.ly
diff --git a/input/regression/arpeggio-span-one-staff-collision.ly b/input/regression/arpeggio-span-one-staff-collision.ly
new file mode 100644 (file)
index 0000000..d5ba546
--- /dev/null
@@ -0,0 +1,23 @@
+\version "2.17.26"
+
+\header {
+  texidoc = "Span arpeggios that are not cross-staff do not have
+horizontal spacing problems.
+"
+}
+
+
+\new Staff
+\with
+{
+  \consists "Span_arpeggio_engraver"
+}
+\relative c''
+{
+  \set Staff.connectArpeggios = ##t
+  <<
+    {r2. <ges aes c ges'>4\arpeggio |}
+    \\
+    {\repeat unfold 12 aes,16 <ees aes c>4\arpeggio |}
+  >>
+}