X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fclip-systems.ly;h=599ec33ade829593942a388603162f747dd87323;hb=3b1c477ab2212f124f865c46df350c5a1c1f2412;hp=cf590a0d33440c13645a1226af9644ca337a6c99;hpb=71243e9548e9146da4a90e6347dbca6430346be8;p=lilypond.git diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index cf590a0d33..599ec33ade 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -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 { } } } -