From 3accbdd0e93e68f9c7bcaf90a5ababbd411bbb83 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 17 Sep 2011 21:20:02 +0200 Subject: [PATCH] lilypond-book-preamble: Automatically set the eps backend, since we require it anyway --- ly/lilypond-book-preamble.ly | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2