]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-book-preamble: Automatically set the eps backend, since we require it anyway
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 17 Sep 2011 19:20:02 +0000 (21:20 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 29 Sep 2011 09:07:40 +0000 (11:07 +0200)
ly/lilypond-book-preamble.ly

index fe210ca89ffb04376596b96a38084cf87e86dbbd..51e1231b1c22fed400bf14f8f641896804d27710 100644 (file)
@@ -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)