]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Link .signature file too.
[lilypond.git] / ly / declarations-init.ly
index 015e6dc75408d3918d526bddc542ead7af0b3747..b8c36e4f338dff45d3c9e204d9b72003188d3e60 100644 (file)
@@ -10,6 +10,7 @@ maxima = #(ly:make-duration -3 0)
 
 \include "markup-init.ly"
 \include "music-functions-init.ly"
+\include "toc-init.ly"
 
 %% default note names are dutch
 \include "nederlands.ly"
@@ -113,3 +114,6 @@ setDefaultDurationToQuarter = { c4 }
 #(define toplevel-score-handler collect-scores-for-book)
 #(define toplevel-text-handler collect-scores-for-book)
 
+#(define book-music-handler collect-book-music-for-book)
+#(define book-score-handler ly:book-add-score!)
+#(define book-text-handler ly:book-add-score!)