]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/skip-of-length.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / skip-of-length.ly
index e80bede98ca43d79f16525d1c4be6ae9e77ba096..c65c57075bde265d6824cc02f884c707782f5c8f 100644 (file)
@@ -7,7 +7,7 @@ last as long as their arguments."
   ragged-right = ##T
 }
 
-\version "2.11.13"
+\version "2.16.0"
 
 \relative
 <<
@@ -19,7 +19,7 @@ last as long as their arguments."
   \new Staff {
     \applyMusic #skip-of-length { c\breve } f4 r2.
     \applyMusic #mmrest-of-length { c\breve } f4 r2.
-    \displayMusic \musicMap #skip->rest s\breve 
+    \musicMap #skip->rest s\breve 
   }
 >>