]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-no-overshoot.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / arpeggio-no-overshoot.ly
index 96ebc548540d1a577611473d773ad817efe893bb..e803a1b5d6aec5f7890a5ec3ade339c3e8ea4b30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.21"
 
 \header {
   texidoc = "Arpeggios do not overshoot the highest note head.
@@ -6,10 +6,10 @@ The first chord in this example simulates overshoot using
 @code{'positions} for comparison with the correct behaviour."
 }
 
-\relative c' {
+\relative {
   % simulate overshoot for comparison
   \once \override Arpeggio.positions = #'(-3 . 1)
-  <c e g b>1\arpeggio
+  <c' e g b>1\arpeggio
   <c e g b>1\arpeggio
   <f a c>2\arpeggio <g b d f>\arpeggio
 }