2 texidoc = "Clipping snippets from a finished score
7 @item If system starts and ends are included, they include extents of the System grob, eg. instrument names.
8 @item Grace notes at the end point of the region are not included
9 @item Regions can span multiple systems. In this case, multiple EPS files are generated.
12 This file needs to be run separately with @code{-dclip-systems}; the
13 collated-files.html of the regression test does not adequately show
16 The result will be files named
17 @file{@var{base}-from-@var{start}-to-@var{end}[-@var{count}].eps}.
25 % each clip-region is a (START . END) pair
26 % where both are rhythmic-locations.
28 % (make-rhythmic-locations BAR-NUMBER NUM DEN)
29 % means NUM/DEN whole-notes into bar numbered BAR-NUMBER
36 (make-rhythmic-location 2 0 1)
37 (make-rhythmic-location 4 0 1))
40 (make-rhythmic-location 0 0 1)
41 (make-rhythmic-location 4 0 1))
44 (make-rhythmic-location 0 0 1)
45 (make-rhythmic-location 6 0 1))
50 \set Staff.instrumentName = #"bla"