X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fframework-eps.scm;h=fab2d771771dd4303c8420d5c95d865bc0a56af0;hb=3ad6bd596eca2fd81f0301e136b4b6a651e1fa3d;hp=cf9bec54b30888aa08fc3526bcecb2a24fa8596a;hpb=e42585017a01fd02f6353b994cf0c87b03a7bb2e;p=lilypond.git diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index cf9bec54b3..fab2d77177 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -146,6 +146,9 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment." (define-public (output-framework basename book scopes fields) (output-scopes scopes fields basename) + (if (ly:get-option 'clip-systems) + (clip-system-EPSes basename book)) + (dump-stencils-as-EPSes (map page-stencil (ly:paper-book-pages book)) book basename))