]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
[doc] Handle leading dash in @code.
[lilypond.git] / input / regression / clip-systems.ly
index 1bf7c926d1a050ad2c6b39104cce32f8d8d7e7df..f38f163886f573ec68c0dbbc477235d412659b29 100644 (file)
@@ -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,14 +19,13 @@ The result will be files named
 
 }
 
-\version "2.12.0"
+\version "2.14.0"
 
 #(ly:set-option 'clip-systems)
-
-#(set! output-count 1)
+#(define output-suffix "1")
 
 origScore = \score{
-    \relative {
+    \relative c' {
       \set Staff.instrumentName = #"bla"
       c1
       d
@@ -70,8 +69,8 @@ origScore = \score{
   }
 }
 
-#(set! output-count 0)
 #(ly:set-option 'clip-systems #f)
+#(define output-suffix #f)
 
 \book {
   \score { \origScore }