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
13