X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fclip-systems.ly;h=b7be9582979e35f30d58706ced6ebe16834d3bbf;hb=f0fc7124d5cf0e30160bf37d410df3779b068ecc;hp=db83db418d1918944a042431b7fd33c9248b9b5d;hpb=3d8089a42af6304edb8dad56220e845c84832bb2;p=lilypond.git diff --git a/Documentation/snippets/clip-systems.ly b/Documentation/snippets/clip-systems.ly index db83db418d..b7be958297 100644 --- a/Documentation/snippets/clip-systems.ly +++ b/Documentation/snippets/clip-systems.ly @@ -1,6 +1,10 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.13.1" +\version "2.18.0" \header { lsrtags = "paper-and-layout" @@ -23,14 +27,14 @@ Grace notes at the end point of the region are not included. Regions can span multiple systems. In this case, multiple EPS files -are generated. +are generated. " doctitle = "Clip systems" } % begin verbatim #(ly:set-option 'clip-systems) -#(set! output-count 1) +#(define output-suffix "1") origScore = \score { \relative c' { @@ -52,7 +56,7 @@ origScore = \score { \layout { % Each clip-region is a (START . END) pair % where both are rhythmic-locations. - + % (make-rhythmic-locations BAR-NUMBER NUM DEN) % means NUM/DEN whole-notes into bar numbered BAR-NUMBER @@ -60,7 +64,7 @@ origScore = \score { (cons (make-rhythmic-location 2 0 1) (make-rhythmic-location 4 0 1)) - + (cons (make-rhythmic-location 0 0 1) (make-rhythmic-location 4 0 1)) @@ -73,8 +77,8 @@ origScore = \score { } } -#(set! output-count 0) #(ly:set-option 'clip-systems #f) +#(define output-suffix #f) \book { \score { \origScore } @@ -88,4 +92,3 @@ origScore = \score { } } } -