]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-no-overshoot.ly
Doc-es: various updates.
[lilypond.git] / input / regression / arpeggio-no-overshoot.ly
index ec47ee1181137c3f8649168b1721e60193f2801c..e803a1b5d6aec5f7890a5ec3ade339c3e8ea4b30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.62"
+\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
+  \once \override Arpeggio.positions = #'(-3 . 1)
+  <c' e g b>1\arpeggio
   <c e g b>1\arpeggio
   <f a c>2\arpeggio <g b d f>\arpeggio
 }