]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / slur-rest.ly
index 2fddf2aa1cfc2c9d5b953200a09b9bae9355cb19..07c48656ef2ab15f73beddf5b28a2af14c27d1e4 100644 (file)
@@ -1,20 +1,22 @@
 
-\version "2.3.22"
+\version "2.12.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{   { \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|
+  }
+  
+}
+
 
-             }
-\layout { raggedright = ##t}
-    }