X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fclip-systems.ly;h=c0a956c6384930f4f9a5ff884efe7238b48c9e23;hb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;hp=759a3de69e32b328ff32d94c2fd28adbbf477057;hpb=a74e95990c40b6e0d8aa9b659752a693180a9be5;p=lilypond.git diff --git a/input/lsr/clip-systems.ly b/input/lsr/clip-systems.ly index 759a3de69e..c0a956c638 100644 --- a/input/lsr/clip-systems.ly +++ b/input/lsr/clip-systems.ly @@ -1,7 +1,6 @@ %% 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 } +\version "2.11.62" \header { lsrtags = "paper-and-layout" % a new tag like "Mixing text and music" or % "Special output" might be more adequate -jm @@ -14,15 +13,24 @@ 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, 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. +@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. + @end itemize " doctitle = "Clip systems" } % begin verbatim + #(ly:set-option 'clip-systems) #(set! output-count 1) @@ -30,13 +38,13 @@ origScore = \score { \relative c' { \set Staff.instrumentName = #"bla" c1 - d + d1 \grace c16 e1 \key d \major - f \break + f1 \break \clef bass - g, - fis + g,1 + fis1 } } @@ -76,7 +84,9 @@ origScore = \score { \score { \lyrics { \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)) } + \markup { + \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" + (ly:parser-output-name parser)) } } } }