X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Flilypond-book-preamble.ly;h=ca130e74a051691c77dc07dbdcfe2c5032ddbfdf;hb=1d7689f7135892cb16448f43356b9cb758cb6685;hp=063c69680b54aae89b801a2c2443ba4b0a286f99;hpb=711cf44d0ab28f3159230c84d63c0b19199408b0;p=lilypond.git diff --git a/ly/lilypond-book-preamble.ly b/ly/lilypond-book-preamble.ly index 063c69680b..ca130e74a0 100644 --- a/ly/lilypond-book-preamble.ly +++ b/ly/lilypond-book-preamble.ly @@ -1,5 +1,5 @@ -\version "2.10.0" +\version "2.16.0" %% toplevel \book gets output per page, %% everything else gets output per system/title @@ -7,28 +7,26 @@ print-book-with-defaults-as-systems ) #(define toplevel-book-handler - (lambda ( . rest) (set! output-empty-score-list #f) (apply print-book-with-defaults rest))) #(define toplevel-music-handler (lambda ( . rest) - (set! output-empty-score-list #f) (apply collect-music-for-book rest))) #(define toplevel-score-handler (lambda ( . rest) - (set! output-empty-score-list #f) (apply collect-scores-for-book rest))) + #(define toplevel-text-handler (lambda ( . rest) - (set! output-empty-score-list #f) (apply collect-scores-for-book rest))) #(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)