]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/shift-durations-negative-dots.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / shift-durations-negative-dots.ly
1 \version "2.16.0"
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