X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fclip-systems.ly;h=dcd51ce87e6c9c614d307915eaa39a81e1545ae6;hb=f29496200848f78721deacd908ff4bb3262e55d6;hp=9b63e760fc7f1397363c7a8ea4f1cc75c552c901;hpb=8dbc847638b24a60ca66110850cc020aeb69b646;p=lilypond.git diff --git a/input/new/clip-systems.ly b/input/new/clip-systems.ly index 9b63e760fc..dcd51ce87e 100644 --- a/input/new/clip-systems.ly +++ b/input/new/clip-systems.ly @@ -1,7 +1,6 @@ \version "2.10.0" \layout { ragged-right= ##t } \header { - doctitle = "Clip systems" lsrtags = "paper-and-layout" % a new tag like "Mixing text and music" or % "Special output" might be more adequate -jm texidoc = " @@ -13,12 +12,21 @@ 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" } #(ly:set-option 'clip-systems) @@ -74,7 +82,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)) } } } }