]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/shift-durations-negative-dots.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / shift-durations-negative-dots.ly
diff --git a/input/regression/shift-durations-negative-dots.ly b/input/regression/shift-durations-negative-dots.ly
new file mode 100644 (file)
index 0000000..057cd93
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.16.0"
+
+\header {
+
+  texidoc = "
+  @code{\shiftDurations} can use negative dot values without causing
+  a crash.
+  "
+}
+
+\shiftDurations #1 #-1 { c''1 }
+