]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / clip-systems.ly
index 5757b9c8a7e4f678abe4323692979dbb518ab72d..b13cc713fe0759a2eda187e31f04ef46be3ef503 100644 (file)
@@ -19,15 +19,15 @@ 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
@@ -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)) }
     }
   }
 }