]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/clip-systems.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / clip-systems.ly
index 8911d5a1324f40b2b11c33103e9c41068f2f1a1b..2681cb08ab3f21a7c56ea2d2cf268da48dc53851 100644 (file)
@@ -1,28 +1,28 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: paper-and-layout
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.11.38"
+\layout { ragged-right= ##t }
 \header {
-  texidoc = "Clipping snippets from a finished score
+  doctitle = "Clip systems"
+  lsrtags = "paper-and-layout"  % a new tag like "Mixing text and music" or
+% "Special output" might be more adequate -jm
+  texidoc = "
+This code shows how to clip (extracts) snippets from a full score.
 
-Notes:
+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}.
 
 @itemize @bullet
 @item If system starts and ends are included, they include extents of the System grob, eg. instrument names.
-@item Grace notes  at the end point of the region are not included
+@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.
 @end itemize
-
-This file needs to be run separately with @code{-dclip-systems}; the
-collated-files.html of the regression test does not adequately show
-the results.
-
-The result will be files named
-@file{@var{base}-from-@var{start}-to-@var{end}[-@var{count}].eps}.
 "
-
 }
 % begin verbatim
-\version "2.11.35"
-
 #(ly:set-option 'clip-systems)
 
 #(set! output-count 1)