]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/shift-durations-negative-dots.ly
Bump VERSION to 2.16.0
[lilypond.git] / input / regression / shift-durations-negative-dots.ly
1 \version "2.15.21"
2
3 \header {
4
5   texidoc = "
6   @code{\shiftDurations} can use negative dot values without causing
7   a crash.
8   "
9 }
10
11 \shiftDurations #1 #-1 { c''1 }
12