]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Mon, 23 Dec 1996 23:39:45 +0000 (23:39 +0000)
committerfred <fred>
Mon, 23 Dec 1996 23:39:45 +0000 (23:39 +0000)
init/dutch.ini
init/table_twenty.ini
symbol.ini

index d573656deb1f9473ce10e6781496aca66e3f6e7b..6502ec445206602136b64b1397b3daa883bf7b48 100644 (file)
@@ -1,3 +1,8 @@
+%
+% 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
@@ -9,3 +14,5 @@ notenames {
        "beses" 6 -2 "bes" 6 -1         "b" 6 0         "bis" 6 1 "bisis" 6 2
 }
 
+
+notenames { dutch_names }
\ No newline at end of file
index 1b49eab1dd40ef4b73434ba784dcba5359f1e6ed..780e0b2e86c3475f3639f79f6fb9acb01b2bbb4e 100644 (file)
@@ -1,5 +1,7 @@
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% spacing info for LilyPond. Do not edit this.
+% It has a lot of hard-wired stringconstants
+%
 
 table_twenty = symboltables {
 
@@ -101,3 +103,4 @@ table_twenty = symboltables {
     }
 
 }
+default_table = symboltables { table_twenty }
\ No newline at end of file
index fd28f9ea0fbfc4060a807bc708075e23955b9046..eab55e899f500a446e0101c0aab341d5a0fce822 100644 (file)
@@ -1,15 +1,7 @@
-%
-% 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 }