]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/duration-identifier-compressed.ly
Issue 2300: do not tinker with the position of a pitched rest
[lilypond.git] / input / regression / duration-identifier-compressed.ly
index 2f8cc5a7d932c698ef1cdd67b505472b8406c20b..356f6ff0484af2cb12b7770d9054f4c17279eb06 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.18"
+\version "2.14.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 |
 }