]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / slur-rest.ly
index 2667f97cded375c05efafc99860bcacaed4a5a02..6bcf475ed0866588417f57e07b3b5ae4e0201f7a 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 \header
 {
     texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
@@ -6,13 +6,14 @@ 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}
     }
+