]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-overshoot.ly
7b1007791174456d6c17091a8e7d7c0bda0d3ee2
[lilypond.git] / input / regression / arpeggio-no-overshoot.ly
1 \version "2.12.0"
2
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."
7 }
8
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
15 }