\version "2.12.0" \header { texidoc = "Arpeggios do not overshoot the highest note head. The first chord in this example simulates overshoot using @code{'positions} for comparison with the correct behaviour." } \relative c' { % simulate overshoot for comparison \once \override Arpeggio #'positions = #'(-3 . 1) 1\arpeggio 1\arpeggio 2\arpeggio \arpeggio }