]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/shift-durations-negative-dots.ly
d41ab2bc9fe9d3c0c3950d221351e3e32d682d79
[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