X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclip-systems.ly;h=b13cc713fe0759a2eda187e31f04ef46be3ef503;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=1bf7c926d1a050ad2c6b39104cce32f8d8d7e7df;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/clip-systems.ly b/input/regression/clip-systems.ly index 1bf7c926d1..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.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)) } } } }