]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/duration-identifier-compressed.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / duration-identifier-compressed.ly
index 96b59cb81ceaa17b229d62917c32798f4e6168ac..078ae8f45393b81f9a96c1174e2db0867dffbd06 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.21"
 
 \header {
   texidoc = "The compression factor of a duration identifier is
@@ -9,7 +9,7 @@ correctly accounted for by the parser."
 wholeHalved = #(ly:make-duration 0 0 1/2)
 
 
-\relative c' {
-  c\wholeHalved c |
+\relative {
+  c'\wholeHalved c |
   c\wholeHalved. c4 |
 }