X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio-no-overshoot.ly;h=e803a1b5d6aec5f7890a5ec3ade339c3e8ea4b30;hb=c478b5582949a0dc5f0aef8c6e7ebc453e8b77b4;hp=96ebc548540d1a577611473d773ad817efe893bb;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/input/regression/arpeggio-no-overshoot.ly b/input/regression/arpeggio-no-overshoot.ly index 96ebc54854..e803a1b5d6 100644 --- a/input/regression/arpeggio-no-overshoot.ly +++ b/input/regression/arpeggio-no-overshoot.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.19.21" \header { texidoc = "Arpeggios do not overshoot the highest note head. @@ -6,10 +6,10 @@ The first chord in this example simulates overshoot using @code{'positions} for comparison with the correct behaviour." } -\relative c' { +\relative { % simulate overshoot for comparison \once \override Arpeggio.positions = #'(-3 . 1) - 1\arpeggio + 1\arpeggio 1\arpeggio 2\arpeggio \arpeggio }