]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-rest.ly
index 07c48656ef2ab15f73beddf5b28a2af14c27d1e4..b647899b9b63d56482113e6f47a9c04163402a69 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.12.0"
+\version "2.19.21"
 \header
 {
   texidoc ="Slurs may be placed over rests. The slur will avoid
@@ -11,9 +11,9 @@ colliding with the rests.
 \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|
   }
   
 }