MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / arpeggio-no-overshoot.ly
blob7b1007791174456d6c17091a8e7d7c0bda0d3ee2
1 \version "2.12.0"
3 \header {
4 texidoc = "Arpeggios do not overshoot the highest note head.
5 The first chord in this example simulates overshoot using
6 @code{'positions} for comparison with the correct behaviour."
9 \relative c' {
10 % simulate overshoot for comparison
11 \once \override Arpeggio #'positions = #'(-3 . 1)
12 <c e g b>1\arpeggio
13 <c e g b>1\arpeggio
14 <f a c>2\arpeggio <g b d f>\arpeggio