]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / slur-rest.ly
index b044e9e9fa1b2e9086d6c491abad613193615678..e423e594ed7aa61e13c1edc4efdb5397f0b69194 100644 (file)
@@ -1,19 +1,20 @@
-\version "1.7.6"
+
+\version "1.9.8"
 \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{ \notes  { \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. }
+\paper { raggedright = ##t}
     }
-%% new-chords-done %%
+