Hi,
thank you very much for helping me.
Each extracted lilypond file (snipped-file) contains "include
"lilypond-book-preamble.ly"".
In that file you find: 


\version "2.16.0"

%% toplevel \book gets output per page,
%% everything else gets output per system/title
#(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)))

#(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)


Additionaly invoking that option in the shell doesn't seem to be intended by
the developers.
Is there any other idea on this issue?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Lilypond-book-pdf-tempo-problem-tp201875p201921.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to