]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clip-systems.ly
Add lilypond-book ly verbatim gettext quirk
[lilypond.git] / Documentation / snippets / clip-systems.ly
index cf590a0d33440c13645a1226af9644ca337a6c99..599ec33ade829593942a388603162f747dd87323 100644 (file)
@@ -1,7 +1,8 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.4"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.4
+\version "2.13.16"
 
 \header {
   lsrtags = "paper-and-layout"
@@ -30,8 +31,9 @@ are generated.
   doctitle = "Clip systems"
 } % begin verbatim
 
+
 #(ly:set-option 'clip-systems)
-#(set! output-count 1)
+#(define output-suffix "1")
 
 origScore = \score {
   \relative c' {
@@ -74,8 +76,8 @@ origScore = \score {
   }
 }
 
-#(set! output-count 0)
 #(ly:set-option 'clip-systems #f)
+#(define output-suffix #f)
 
 \book {
   \score { \origScore }
@@ -89,4 +91,3 @@ origScore = \score {
     }
   }
 }
-