X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeclarations-init.ly;h=b8c36e4f338dff45d3c9e204d9b72003188d3e60;hb=9a8c4f7e485701b6b9935304a444b23d4d33fbc5;hp=015e6dc75408d3918d526bddc542ead7af0b3747;hpb=5bb1618e65e0b8031b9aed8d5f218986e3d3c5a0;p=lilypond.git diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly index 015e6dc754..b8c36e4f33 100644 --- a/ly/declarations-init.ly +++ b/ly/declarations-init.ly @@ -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!)