]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/duration-identifier-compressed.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / duration-identifier-compressed.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "The compression factor of a duration identifier is
5 correctly accounted for by the parser."
6 }
7
8 % looks like a whole note, has duration of half note
9 wholeHalved = #(ly:make-duration 0 0 1 2)
10
11
12 \relative c' {
13   c\wholeHalved c |
14   c\wholeHalved. c4 |
15 }