From 268a85b607eb82b5601a2ea890ebfa8cfbdcf537 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 31 Aug 2009 19:07:49 +0200 Subject: [PATCH] Don't access counter directly (not available any more), use output-suffix instead --- input/regression/clip-systems.ly | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/input/regression/clip-systems.ly b/input/regression/clip-systems.ly index 1bf7c926d1..5e26535c12 100644 --- a/input/regression/clip-systems.ly +++ b/input/regression/clip-systems.ly @@ -22,8 +22,7 @@ The result will be files named \version "2.12.0" #(ly:set-option 'clip-systems) - -#(set! output-count 1) +#(define output-suffix "1") origScore = \score{ \relative { @@ -70,8 +69,8 @@ origScore = \score{ } } -#(set! output-count 0) #(ly:set-option 'clip-systems #f) +#(define output-suffix #f) \book { \score { \origScore } -- 2.39.5