X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fclip-systems.ly;h=736586bb9493f58c7bd414363e21f3c4d81a8ec7;hb=51cbb8b06b1166612b454651a5800f70ef896885;hp=937c5ef9c12a42046400555b659e854eac7ac4e7;hpb=867db686d5493aa45e38c625d0d9ddae8fc4a0e1;p=lilypond.git diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index 937c5ef9c1..736586bb94 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -1,37 +1,12 @@ -% 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.18" +%% 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 { -%% Translation of GIT committish: ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed - texidoces = " -Este código muestra cómo recortar (extraer) fragmentos a partir de una -partitura completa. - -Este archivo tiene que procesarse de forma separada con la opción -@code{-dclip-systems}; la página de fragmentos de código podría no -mostrar el resultado adecuadamente. - -La salida consiste en archivos con los nombres -@samp{base-from-inicio-to-final[-número].eps}. - - -Si se incluyen los comienzos y finales de los sistemas, incluyen las -dimensiones del grob del sistema, por ejemplo los nombres de -instrumento. - - -Las notas de adorno en el punto final de la región no se incluyen. - - -Las regiones pueden abarcar varios sistemas. En este caso, se generan -varios archivos EPS. - -" - doctitlees = "Recorte de sistemas" - lsrtags = "paper-and-layout" texidoc = " @@ -58,7 +33,6 @@ are generated. doctitle = "Clip systems" } % begin verbatim - #(ly:set-option 'clip-systems) #(define output-suffix "1") @@ -114,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)) } } } }