]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / clip-systems.ly
index 24cb829c422563eef542147a7b3fba76ff1dc64b..b13cc713fe0759a2eda187e31f04ef46be3ef503 100644 (file)
@@ -19,25 +19,25 @@ The result will be files named
 
 }
 
-\version "2.16.0"
+\version "2.19.22"
 
 #(ly:set-option 'clip-systems)
 #(define output-suffix "1")
 
 origScore = \score{
-    \relative c' {
+    \relative {
       \set Staff.instrumentName = #"bla"
-      c1
+      c'1
       d
       \grace c16
       e1
-      \key d\major
-      
+      \key d \major
+
       f
       \break  \clef bass
       g,
       fis
-    }  
+    }
 }
 
 \book { 
@@ -78,7 +78,7 @@ origScore = \score{
   \score {
     \lyrics {
       \markup { from-2.0.1-to-4.0.1-clip.eps }
-      \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" (ly:parser-output-name parser)) }
+      \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" (ly:parser-output-name)) }
     }
   }
 }