X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fduration-identifier-compressed.ly;h=96b59cb81ceaa17b229d62917c32798f4e6168ac;hb=c0ae8834560b64fdbb5d2352dc55e3006eb9104f;hp=2f8cc5a7d932c698ef1cdd67b505472b8406c20b;hpb=3b881f5d8398776d110a55269fb5ed49b9829f47;p=lilypond.git diff --git a/input/regression/duration-identifier-compressed.ly b/input/regression/duration-identifier-compressed.ly index 2f8cc5a7d9..96b59cb81c 100644 --- a/input/regression/duration-identifier-compressed.ly +++ b/input/regression/duration-identifier-compressed.ly @@ -1,4 +1,4 @@ -\version "2.13.18" +\version "2.17.11" \header { texidoc = "The compression factor of a duration identifier is @@ -6,10 +6,10 @@ correctly accounted for by the parser." } % looks like a whole note, has duration of half note -wholeHalved = #(ly:make-duration 0 0 1 2) +wholeHalved = #(ly:make-duration 0 0 1/2) -\displayMusic \relative c' { +\relative c' { c\wholeHalved c | c\wholeHalved. c4 | }