+%
+% common dutch names for notes. "es" means flat, "is" means sharp
+%
+
+
dutch_names =
notenames {
"ceses" 0 -2 "ces" 0 -1 "c" 0 0 "cis" 0 1 "cisis" 0 2
"beses" 6 -2 "bes" 6 -1 "b" 6 0 "bis" 6 1 "bisis" 6 2
}
+
+notenames { dutch_names }
\ No newline at end of file
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% spacing info for LilyPond. Do not edit this.
+% It has a lot of hard-wired stringconstants
+%
table_twenty = symboltables {
}
}
+default_table = symboltables { table_twenty }
\ No newline at end of file
-%
-% spacing info for LilyPond. Do not edit this.
-% It has a lot of hard-wired stringconstants
-%
+
include "init/dutch.ini"
+include "init/script.ini"
include "init/table_sixteen.ini"
-%
-% common dutch names for notes. "es" means flat, "is" means sharp
-%
-
-default_table = symboltables { table_sixteen }
-notenames { dutch_names }