]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / slur-rest.ly
index cfa32226178ef7d69ba00520802097d044381251..0aba0c09a4932d46c1950b145e2bcc82135923cb 100644 (file)
@@ -1,19 +1,20 @@
-\version "1.7.16"
+
+\version "1.9.2"
 \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 { raggedright = ##t}
     }
-%% new-chords-done %%
+