From: fred Date: Thu, 12 Dec 1996 12:07:59 +0000 (+0000) Subject: lilypond-0.0.16 X-Git-Tag: release/1.5.59~6600 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba77b5adff03b5f5620f98481474c2b16ecf29ce;p=lilypond.git lilypond-0.0.16 --- diff --git a/maartje.ly b/maartje.ly index d580b626ec..912f9e97ee 100644 --- a/maartje.ly +++ b/maartje.ly @@ -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 $ $ diff --git a/symbol.ini b/symbol.ini index 3e149c7a66..fc53d30f8d 100644 --- a/symbol.ini +++ b/symbol.ini @@ -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