MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / duration-identifier-compressed.ly
blobceba2324f6dea1992e53ea304c913eee4379ce50
1 \version "2.13.18"
3 \header {
4 texidoc = "The compression factor of a duration identifier is
5 correctly accounted for by the parser."
8 % looks like a whole note, has duration of half note
9 wholeHalved = #(ly:make-duration 0 0 1 2)
12 \relative c' {
13 c\wholeHalved c |
14 c\wholeHalved. c4 |