]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / clip-systems.ly
index 1bf7c926d1a050ad2c6b39104cce32f8d8d7e7df..b13cc713fe0759a2eda187e31f04ef46be3ef503 100644 (file)
@@ -9,7 +9,7 @@ Notes:
 @item Regions can span multiple systems. In this case, multiple EPS files are generated.
 @end itemize
 
-This file needs to be run separately with @code{-dclip-systems}; the
+This file needs to be run separately with @option{-dclip-systems}; the
 collated-files.html of the regression test does not adequately show
 the results.
 
@@ -19,26 +19,25 @@ The result will be files named
 
 }
 
-\version "2.12.0"
+\version "2.19.22"
 
 #(ly:set-option 'clip-systems)
-
-#(set! output-count 1)
+#(define output-suffix "1")
 
 origScore = \score{
     \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 { 
@@ -70,8 +69,8 @@ origScore = \score{
   }
 }
 
-#(set! output-count 0)
 #(ly:set-option 'clip-systems #f)
+#(define output-suffix #f)
 
 \book {
   \score { \origScore }
@@ -79,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)) }
     }
   }
 }