]> 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 2f8cc5a7d932c698ef1cdd67b505472b8406c20b..71f32a35ebd0b076ec37c0a27cd9fc2afda8326b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.18"
+\version "2.16.0"
 
 \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)
 
 
-\displayMusic \relative c' {
+\relative c' {
   c\wholeHalved c |
   c\wholeHalved. c4 |
 }