]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-rest.ly
index 7aae1a12f73c6fa69f3f3f6eda36a8620bb20c8e..b647899b9b63d56482113e6f47a9c04163402a69 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "2.7.39"
+\version "2.19.21"
 \header
 {
-  texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
-the rest.
+  texidoc ="Slurs may be placed over rests. The slur will avoid
+colliding with the rests.
 
 "
 }
@@ -11,9 +11,9 @@ the rest.
 \layout { ragged-right = ##t }
 { \stemDown c'4 ( r4  c'2)
 
-  \relative c'' 
+  \relative { 
     %% Finish with F if played separately 
-    c8-.(   r c,-. r  c4) r4|
+    c''8-.(   r c,-. r  c4) r4|
   }
   
 }