]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-span-one-staff-collision.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / arpeggio-span-one-staff-collision.ly
index d5ba546c56a61a3a0e2f5c544a133913ec3dbeff..dd4376c4d515ac00efefc9e9cfed9c20b2186a1f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.26"
+\version "2.19.21"
 
 \header {
   texidoc = "Span arpeggios that are not cross-staff do not have
@@ -12,11 +12,11 @@ horizontal spacing problems.
 {
   \consists "Span_arpeggio_engraver"
 }
-\relative c''
+\relative
 {
   \set Staff.connectArpeggios = ##t
   <<
-    {r2. <ges aes c ges'>4\arpeggio |}
+    {r2. <ges' aes c ges'>4\arpeggio |}
     \\
     {\repeat unfold 12 aes,16 <ees aes c>4\arpeggio |}
   >>