]> git.donarmstrong.com Git - lilypond.git/blob - ly/lilypond-book-preamble.ly
* scripts/lilypond-book.py (PREAMBLE_LY): include
[lilypond.git] / ly / lilypond-book-preamble.ly
1
2
3 #(set! toplevel-score-handler print-score-with-defaults)
4 #(set! toplevel-music-handler
5   (lambda (p m)
6    (if (not (eq? (ly:music-property m 'void) #t))
7         (print-score-with-defaults
8          p (scorify-music m p)))))
9
10 #(ly:set-option (quote no-point-and-click))
11 #(define inside-lilypond-book #t)
12 #(define version-seen #t)