X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fclip-systems.ly;h=db83db418d1918944a042431b7fd33c9248b9b5d;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=d02d2928ab449d86c2c871adddb5dcdfe6329bb5;hpb=ae5cf53569c95d0e35e98a7abd292c4f8a82b528;p=lilypond.git diff --git a/input/lsr/clip-systems.ly b/input/lsr/clip-systems.ly index d02d2928ab..db83db418d 100644 --- a/input/lsr/clip-systems.ly +++ b/input/lsr/clip-systems.ly @@ -1,9 +1,10 @@ -%% Do not edit this file; it is auto-generated from input/new +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.55" +\version "2.13.1" + \header { - lsrtags = "paper-and-layout" % a new tag like "Mixing text and music" or -% "Special output" might be more adequate -jm + lsrtags = "paper-and-layout" + texidoc = " This code shows how to clip (extract) snippets from a full score. @@ -11,21 +12,19 @@ This file needs to be run separately with @code{-dclip-systems}; the snippets page may not adequately show the results. The result will be files named -@file{@var{base}-from-@var{start}-to-@var{end}[-@var{count}].eps}. +@samp{base-from-start-to-end[-count].eps}. + -@itemize -@item If system starts and ends are included, they include extents of the System grob, e.g., instrument names. -@item + Grace notes at the end point of the region are not included. -@item + Regions can span multiple systems. In this case, multiple EPS files -are generated. +are generated. -@end itemize " doctitle = "Clip systems" } % begin verbatim @@ -89,3 +88,4 @@ origScore = \score { } } } +