]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / slur-rest.ly
index 24d832b397c847c53164bcb5b1fbb20c2ea970f5..b41bb93225ceac9cd4e3116112620468450c5854 100644 (file)
@@ -1,20 +1,22 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.14.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}
-    }