]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / slur-rest.ly
index 2667f97cded375c05efafc99860bcacaed4a5a02..2fddf2aa1cfc2c9d5b953200a09b9bae9355cb19 100644 (file)
@@ -1,18 +1,20 @@
-\version "1.5.68"
+
+\version "2.3.22"
 \header
 {
     texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
-the rest
+the rest.
 
 "
 }
-\score{ \notes  { \stemDown c'4 ( r4 ) c'2
+\score{   { \stemDown c'4 ( r4  c'2)
 
                  \relative c'' { 
        % Finish with F if played separately 
-       c8-.(   r c,-. r ) c4 r4|  }
+       c8-.(   r c,-. r  c4) r4|  }
                  
 
              }
-\paper { linewidth = -1. }
+\layout { raggedright = ##t}
     }
+