From 412f013f420fadd6f24680d35da075361947da23 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 23 Dec 1996 23:39:45 +0000 Subject: [PATCH] lilypond-0.0.21 --- init/dutch.ini | 7 +++++++ init/table_twenty.ini | 7 +++++-- symbol.ini | 12 ++---------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/init/dutch.ini b/init/dutch.ini index d573656deb..6502ec4452 100644 --- a/init/dutch.ini +++ b/init/dutch.ini @@ -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 diff --git a/init/table_twenty.ini b/init/table_twenty.ini index 1b49eab1dd..780e0b2e86 100644 --- a/init/table_twenty.ini +++ b/init/table_twenty.ini @@ -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 diff --git a/symbol.ini b/symbol.ini index fd28f9ea0f..eab55e899f 100644 --- a/symbol.ini +++ b/symbol.ini @@ -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 } -- 2.39.5