]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Move note names to scm/
[lilypond.git] / ly / declarations-init.ly
index 403bb0d01d8b24bddbfc9386f78153d728ea7547..08ff4d21a39f923ec02ef0a6a2845a23c57f68b2 100644 (file)
@@ -29,9 +29,9 @@ maxima = #(ly:make-duration -3 0)
 \include "music-functions-init.ly"
 \include "toc-init.ly"
 
-\include "language-init.ly"
-pitchnames = #default-language
-#(ly:parser-set-note-names parser pitchnames)
+%% default note names are dutch
+#(set! default-language "nederlands")
+#(note-names-language parser default-language)
 
 \include "drumpitch-init.ly"
 \include "chord-modifiers-init.ly"