]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-overshoot.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / input / regression / arpeggio-no-overshoot.ly
1 \version "2.19.21"
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 {
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 }