]> git.donarmstrong.com Git - lilypond.git/commitdiff
Don't access counter directly (not available any more), use output-suffix instead
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 31 Aug 2009 17:07:49 +0000 (19:07 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 31 Aug 2009 17:07:49 +0000 (19:07 +0200)
input/regression/clip-systems.ly

index 1bf7c926d1a050ad2c6b39104cce32f8d8d7e7df..5e26535c12687cfbfe6706dd4435f150755b8891 100644 (file)
@@ -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 }