]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Doc: NR 4: Clean up @seealso's.
[lilypond.git] / ly / declarations-init.ly
index 54aa7121e2ec6c1fe037da8ac4068b2a291ae86d..403bb0d01d8b24bddbfc9386f78153d728ea7547 100644 (file)
@@ -29,8 +29,9 @@ maxima = #(ly:make-duration -3 0)
 \include "music-functions-init.ly"
 \include "toc-init.ly"
 
-%% default note names are dutch
-\include "nederlands.ly"
+\include "language-init.ly"
+pitchnames = #default-language
+#(ly:parser-set-note-names parser pitchnames)
 
 \include "drumpitch-init.ly"
 \include "chord-modifiers-init.ly"
@@ -38,6 +39,9 @@ maxima = #(ly:make-duration -3 0)
 
 \include "chord-repetition-init.ly"
 
+#(define default-fret-table (make-hash-table 101))
+#(define chord-shape-table (make-hash-table 29))
+
 % declarations for standard directions
 left = #-1
 right = #1
@@ -82,9 +86,6 @@ escapedBiggerSymbol = #(make-span-event 'DecrescendoEvent START)
 escapedSmallerSymbol = #(make-span-event 'CrescendoEvent START)
 
 
-#(define default-fret-table (make-hash-table 100))
-#(define chord-shape-table (make-hash-table 100))
-
 \include "scale-definitions-init.ly"
 
 melisma = #(context-spec-music (make-property-set 'melismaBusy #t) 'Bottom)