]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/duration-identifier-compressed.ly
resolve merge
[lilypond.git] / input / regression / duration-identifier-compressed.ly
diff --git a/input/regression/duration-identifier-compressed.ly b/input/regression/duration-identifier-compressed.ly
new file mode 100644 (file)
index 0000000..356f6ff
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "The compression factor of a duration identifier is
+correctly accounted for by the parser."
+}
+
+% looks like a whole note, has duration of half note
+wholeHalved = #(ly:make-duration 0 0 1 2)
+
+
+\relative c' {
+  c\wholeHalved c |
+  c\wholeHalved. c4 |
+}