1\version "2.19.21"
2
3\header {
4  texidoc = "Arpeggios do not overshoot the highest note head.
5The first chord in this example simulates overshoot using
6@code{'positions} for comparison with the correct behaviour."
7}
8
9\relative {
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
15}
16