]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/duration-identifier-compressed.ly
Web-ja: update introduction
[lilypond.git] / input / regression / duration-identifier-compressed.ly
index 356f6ff0484af2cb12b7770d9054f4c17279eb06..078ae8f45393b81f9a96c1174e2db0867dffbd06 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \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)
 
 
-\relative c' {
-  c\wholeHalved c |
+\relative {
+  c'\wholeHalved c |
   c\wholeHalved. c4 |
 }