lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Suppressing/deleting extra file output


From: Br. Samuel Springuel
Subject: Suppressing/deleting extra file output
Date: Fri, 30 Dec 2016 16:14:01 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

I'm using the lilypond-book preamble to manually prepare scores for inclusion in a LaTeX document. However, this preamble produces a bunch of files which I don't need (.count, .texi, and .eps files) and which are cluttering up my directory, making it hard to find the scores themselves. Are their settings to specify which files are produced during and/or clean-up after the typesetting process?

\version "2.19.53"

#(ly:set-option 'backend 'eps)
#(define default-toplevel-book-handler
  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)
   (apply collect-music-for-book rest)))
#(define toplevel-score-handler
  (lambda ( . rest)
   (apply collect-scores-for-book rest)))
#(define toplevel-text-handler
  (lambda ( . rest)
   (apply collect-scores-for-book rest)))


{
    c' c' c' c' \break
    c' c' c' c' \break
    c' c' c' c' \break
}
--
✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
St. Anselm’s Abbey
Washington, DC
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]