]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
Roman numerals may be used for page numbers
[lilypond.git] / input / regression / clip-systems.ly
index 5e26535c12687cfbfe6706dd4435f150755b8891..5757b9c8a7e4f678abe4323692979dbb518ab72d 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,25 +19,25 @@ The result will be files named
 
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
 #(ly:set-option 'clip-systems)
 #(define output-suffix "1")
 
 origScore = \score{
-    \relative {
+    \relative c' {
       \set Staff.instrumentName = #"bla"
       c1
       d
       \grace c16
       e1
-      \key d\major
-      
+      \key d \major
+
       f
       \break  \clef bass
       g,
       fis
-    }  
+    }
 }
 
 \book {