]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-rest.ly
index e423e594ed7aa61e13c1edc4efdb5397f0b69194..37762861d63003e939717951ae7e6ec312827f76 100644 (file)
@@ -1,20 +1,22 @@
 
-\version "1.9.8"
+\version "2.16.0"
 \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.
 
 "
 }
-\score{ \notes  { \stemDown c'4 ( r4  c'2)
 
-                 \relative c'' { 
-       % Finish with F if played separately 
-       c8-.(   r c,-. r  c4) r4|  }
-                 
+\layout { ragged-right = ##t }
+{ \stemDown c'4 ( r4  c'2)
+
+  \relative c'' { 
+    %% Finish with F if played separately 
+    c8-.(   r c,-. r  c4) r4|
+  }
+  
+}
+
 
-             }
-\paper { raggedright = ##t}
-    }