]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clip-systems.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / clip-systems.ly
index 35335149724980e2cf163a8b6001985ac972fdc3..330a4e36f7c9cd495d7f9e1a4eb688d8214ded91 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.14.0"
+\version "2.19.21"
 
 #(ly:set-option 'clip-systems)
 #(define output-suffix "1")
 
 origScore = \score{
-    \relative c' {
+    \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 {