X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Flilypond-book-preamble.ly;h=a7bea92f1566be1148302a18d39b08fb26e6adb3;hb=cecba5d9eece33f36df0d2d88c19f667c30f0525;hp=063c69680b54aae89b801a2c2443ba4b0a286f99;hpb=711cf44d0ab28f3159230c84d63c0b19199408b0;p=lilypond.git diff --git a/ly/lilypond-book-preamble.ly b/ly/lilypond-book-preamble.ly index 063c69680b..a7bea92f15 100644 --- a/ly/lilypond-book-preamble.ly +++ b/ly/lilypond-book-preamble.ly @@ -7,23 +7,20 @@ 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)