]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/duration-identifier-compressed.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / duration-identifier-compressed.ly
index 2f8cc5a7d932c698ef1cdd67b505472b8406c20b..96b59cb81ceaa17b229d62917c32798f4e6168ac 100644 (file)
@@ -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 |
 }