From: Reinhold Kainhofer Date: Sat, 17 Sep 2011 19:20:02 +0000 (+0200) Subject: lilypond-book-preamble: Automatically set the eps backend, since we require it anyway X-Git-Tag: release/2.15.14-1~18^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3accbdd0e93e68f9c7bcaf90a5ababbd411bbb83;p=lilypond.git lilypond-book-preamble: Automatically set the eps backend, since we require it anyway --- diff --git a/ly/lilypond-book-preamble.ly b/ly/lilypond-book-preamble.ly index fe210ca89f..51e1231b1c 100644 --- a/ly/lilypond-book-preamble.ly +++ b/ly/lilypond-book-preamble.ly @@ -26,6 +26,7 @@ #(set! output-empty-score-list #t) +#(ly:set-option 'backend 'eps) #(ly:set-option (quote no-point-and-click)) #(define inside-lilypond-book #t) #(define version-seen #t)