From: fred Date: Sun, 24 Mar 2002 20:08:26 +0000 (+0000) Subject: lilypond-0.1.42 X-Git-Tag: release/1.5.59~3282 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a371d783f6bdbe5d80e8c15b3d569c03273249c3;p=lilypond.git lilypond-0.1.42 --- diff --git a/init/english.ly b/init/english.ly deleted file mode 100644 index d876d29c6f..0000000000 --- a/init/english.ly +++ /dev/null @@ -1,13 +0,0 @@ - -% -% 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 -}