]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.16
authorfred <fred>
Thu, 12 Dec 1996 12:07:59 +0000 (12:07 +0000)
committerfred <fred>
Thu, 12 Dec 1996 12:07:59 +0000 (12:07 +0000)
maartje.ly
symbol.ini

index d580b626ecf73f6b907c9b1dbaeef15083be7cf1..912f9e97eed459d17332c2ae79593ad7c9f13dec 100644 (file)
@@ -45,7 +45,7 @@ staff { melodic
 
        commands {
        skip 0:0.125
-       skip 2:0
+       skip 1:0 % BUG!!
        key $ fis cis gis $
        skip 2:0
        key $ $
index 3e149c7a669040d6eaceb6cbb7e41ff883594cc4..fc53d30f8d9591902dd9864a282cbdf6c68d551c 100644 (file)
@@ -1,6 +1,6 @@
 %
-% spacing info for LilyPond. Do not edit this. It has a lot of hard-wired stringconstants
-%
+% spacing info for LilyPond. Do not edit this.
+% It has a lot of hard-wired stringconstants
 %
 
 table_sixteen = symboltables {
@@ -95,8 +95,8 @@ table_sixteen = symboltables {
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 table_twenty = symboltables {
-       
-       texid   "\musixtwentydefs"
+
+    texid      "\musixtwentydefs"
 
 
     % index TeXstring,         xmin xmax ymin ymax
@@ -184,4 +184,32 @@ table_twenty = symboltables {
 
 }
 
-default_table = symboltables { table_sixteen }
\ No newline at end of file
+%
+% 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
+       "deses" 1 -2 "des" 1 -1         "d" 1 0         "dis" 1 1 "disis" 1 2
+       "eses"  2 -2 "es"  2 -1         "e" 2 0         "eis" 2 1 "eisis" 2 2
+       "feses" 3 -2 "fes" 3 -1         "f" 3 0         "fis" 3 1 "fisis" 3 2
+       "geses" 4 -2 "ges" 4 -1         "g" 4 0         "gis" 4 1 "gisis" 4 2
+       "ases"  5 -2 "as"  5 -1         "a" 5 0         "ais" 5 1 "aisis" 5 2
+       "beses" 6 -2 "bes" 6 -1         "b" 6 0         "bis" 6 1 "bisis" 6 2
+}
+
+%
+% f = flat, s = sharp.
+%
+english_names = notenames {
+       "cff" 0 -2 "cf" 0 -1    "c" 0 0         "cs" 0 1 "css" 0 2
+       "dff" 1 -2 "df" 1 -1    "d" 1 0         "ds" 1 1 "dss" 1 2
+       "eff" 2 -2 "ef" 2 -1    "e" 2 0         "es" 2 1 "ess" 2 2
+       "fff" 3 -2 "ff" 3 -1    "f" 3 0         "fs" 3 1 "fss" 3 2
+       "gff" 4 -2 "gf" 4 -1    "g" 4 0         "gs" 4 1 "gss" 4 2
+       "aff" 5 -2 "af" 5 -1    "a" 5 0         "as" 5 1 "ass" 5 2
+       "bff" 6 -2 "bf" 6 -1    "b" 6 0         "bs" 6 1 "bss" 6 2
+}
+
+default_table = symboltables { table_sixteen }
+notenames { dutch_names }
\ No newline at end of file