]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Docs: Change @subsubsection to @unnumberedsubsubsection in Spanish docs
[lilypond.git] / ly / declarations-init.ly
index 015e6dc75408d3918d526bddc542ead7af0b3747..88fdfe1c0308061213294bec0cf0384177a3e384 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"
@@ -62,6 +63,7 @@ escapedBiggerSymbol = #(make-span-event 'DecrescendoEvent START)
 escapedSmallerSymbol = #(make-span-event 'CrescendoEvent START)
 
 
+#(define fretboard-table (make-hash-table 100))
 
 \include "scale-definitions-init.ly"
 
@@ -113,3 +115,9 @@ 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!)
+
+
+\include "predefined-fretboards-init.ly"