X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fclip-systems.ly;h=736586bb9493f58c7bd414363e21f3c4d81a8ec7;hb=c905e2e971b69290ccfe4eed9b1d1659381d5497;hp=599ec33ade829593942a388603162f747dd87323;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;p=lilypond.git diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index 599ec33ade..736586bb94 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -1,8 +1,10 @@ -% 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" +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% +%% This file is in the public domain. +\version "2.19.22" \header { lsrtags = "paper-and-layout" @@ -31,7 +33,6 @@ are generated. doctitle = "Clip systems" } % begin verbatim - #(ly:set-option 'clip-systems) #(define output-suffix "1") @@ -87,7 +88,7 @@ origScore = \score { \markup { from-2.0.1-to-4.0.1-clip.eps } \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" - (ly:parser-output-name parser)) } + (ly:parser-output-name)) } } } }