X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclip-systems.ly;h=b13cc713fe0759a2eda187e31f04ef46be3ef503;hb=403ae3c68aae09218703a7d8cc7df3d30e6d7b92;hp=7b06cf77f79be6f8bc9ee48f541ba0fe343f2eec;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/clip-systems.ly b/input/regression/clip-systems.ly index 7b06cf77f7..b13cc713fe 100644 --- a/input/regression/clip-systems.ly +++ b/input/regression/clip-systems.ly @@ -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.11.51" +\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)) } } } }