]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/english.ly
Imported sources
[lilypond.git] / ly / english.ly
index 41cada43e580b71a97237982fe41d017406dc2fe..68dd5d07c4cebc4a401d61400da37fda6d2c4fc1 100644 (file)
@@ -3,80 +3,89 @@
      with s for sharp and f for flat.
 %}
 
-\pitchnames #`(
-       (cflatflat . ,(ly:make-pitch -1 0 -2 ))
-       (cflat . ,(ly:make-pitch -1 0 -1 ))
-       (c . ,(ly:make-pitch -1 0 ))
-       (csharp . ,(ly:make-pitch -1 0 ))
-       (csharpsharp . ,(ly:make-pitch -1 0 ))
-       (dflatflat . ,(ly:make-pitch -1 1 -2 ))
-       (dflat . ,(ly:make-pitch -1 1 -1 ))
-       (d . ,(ly:make-pitch -1 1 ))
-       (dsharp . ,(ly:make-pitch -1 1 ))
-       (dsharpsharp . ,(ly:make-pitch -1 1 ))
-       (eflatflat . ,(ly:make-pitch -1 2 -2 ))
-       (eflat . ,(ly:make-pitch -1 2 -1 ))
-       (e . ,(ly:make-pitch -1 2 ))
-       (esharp . ,(ly:make-pitch -1 2 ))
-       (esharpsharp . ,(ly:make-pitch -1 2 ))
-       (fflatflat . ,(ly:make-pitch -1 3 -2 ))
-       (fflat . ,(ly:make-pitch -1 3 -1 ))
-       (f . ,(ly:make-pitch -1 3 ))
-       (fsharp . ,(ly:make-pitch -1 3 ))
-       (fsharpsharp . ,(ly:make-pitch -1 3 ))
-       (gflatflat . ,(ly:make-pitch -1 4 -2 ))
-       (gflat . ,(ly:make-pitch -1 4 -1 ))
-       (g . ,(ly:make-pitch -1 4 ))
-       (gsharp . ,(ly:make-pitch -1 4 ))
-       (gsharpsharp . ,(ly:make-pitch -1 4 ))
-       (aflatflat . ,(ly:make-pitch -1 5 -2 ))
-       (aflat . ,(ly:make-pitch -1 5 -1 ))
-       (a . ,(ly:make-pitch -1 5 ))
-       (asharp . ,(ly:make-pitch -1 5 ))
-       (asharpsharp . ,(ly:make-pitch -1 5 ))
-       (bflatflat . ,(ly:make-pitch -1 6 -2 ))
-       (bflat . ,(ly:make-pitch -1 6 -1 ))
-       (b . ,(ly:make-pitch -1 6 ))
-       (bsharp . ,(ly:make-pitch -1 6 ))
-       (bsharpsharp . ,(ly:make-pitch -1 6 ))
+pitchnamesEnglish = #`(
+       (cflatflat . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
+       (cflat . ,(ly:make-pitch -1 0 FLAT))
+       (c . ,(ly:make-pitch -1 0 NATURAL))
+       (csharp . ,(ly:make-pitch -1 0 SHARP))
+       (csharpsharp . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
+       (dflatflat . ,(ly:make-pitch -1 1 DOUBLE-FLAT))
+       (dflat . ,(ly:make-pitch -1 1 FLAT))
+       (d . ,(ly:make-pitch -1 1 NATURAL))
+       (dsharp . ,(ly:make-pitch -1 1 SHARP))
+       (dsharpsharp . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
+       (eflatflat . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
+       (eflat . ,(ly:make-pitch -1 2 FLAT))
+       (e . ,(ly:make-pitch -1 2 NATURAL))
+       (esharp . ,(ly:make-pitch -1 2 SHARP))
+       (esharpsharp . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
+       (fflatflat . ,(ly:make-pitch -1 3 DOUBLE-FLAT))
+       (fflat . ,(ly:make-pitch -1 3 FLAT))
+       (f . ,(ly:make-pitch -1 3 NATURAL))
+       (fsharp . ,(ly:make-pitch -1 3 SHARP))
+       (fsharpsharp . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
+       (gflatflat . ,(ly:make-pitch -1 4 DOUBLE-FLAT))
+       (gflat . ,(ly:make-pitch -1 4 FLAT))
+       (g . ,(ly:make-pitch -1 4 NATURAL))
+       (gsharp . ,(ly:make-pitch -1 4 SHARP))
+       (gsharpsharp . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
+       (aflatflat . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
+       (aflat . ,(ly:make-pitch -1 5 FLAT))
+       (a . ,(ly:make-pitch -1 5 NATURAL))
+       (asharp . ,(ly:make-pitch -1 5 SHARP))
+       (asharpsharp . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
+       (bflatflat . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
+       (bflat . ,(ly:make-pitch -1 6 FLAT))
+       (b . ,(ly:make-pitch -1 6 NATURAL))
+       (bsharp . ,(ly:make-pitch -1 6 SHARP))
+       (bsharpsharp . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 
-       (cff . ,(ly:make-pitch -1 0 -2 ))
-       (cf . ,(ly:make-pitch -1 0 -1 ))
-       (c . ,(ly:make-pitch -1 0 0 ))
-       (cs . ,(ly:make-pitch -1 0 1 ))
-       (css . ,(ly:make-pitch -1 0 2 ))
-       (dff . ,(ly:make-pitch -1 1 -2 ))
-       (df . ,(ly:make-pitch -1 1 -1 ))
-       (d . ,(ly:make-pitch -1 1 0 ))
-       (ds . ,(ly:make-pitch -1 1 1 ))
-       (dss . ,(ly:make-pitch -1 1 2 ))
-       (eff . ,(ly:make-pitch -1 2 -2 ))
-       (ef . ,(ly:make-pitch -1 2 -1 ))
-       (e . ,(ly:make-pitch -1 2 0 ))
+       (cff . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
+       (cf . ,(ly:make-pitch -1 0 FLAT))
+       (c . ,(ly:make-pitch -1 0 NATURAL))
+       (cs . ,(ly:make-pitch -1 0 SHARP))
+       (css . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
+       (cx . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
+       (dff . ,(ly:make-pitch -1 1 DOUBLE-FLAT))
+       (df . ,(ly:make-pitch -1 1 FLAT))
+       (d . ,(ly:make-pitch -1 1 NATURAL))
+       (ds . ,(ly:make-pitch -1 1 SHARP))
+       (dss . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
+       (dx . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
+       (eff . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
+       (ef . ,(ly:make-pitch -1 2 FLAT))
+       (e . ,(ly:make-pitch -1 2 NATURAL))
 
-       (es . ,(ly:make-pitch -1 2 1 ))    
-       (ess . ,(ly:make-pitch -1 2 2 ))
-       (fff . ,(ly:make-pitch -1 3 -2 ))
-       (ff . ,(ly:make-pitch -1 3 -1 ))
-       (f . ,(ly:make-pitch -1 3 0 ))
-       (fs . ,(ly:make-pitch -1 3 1 ))
-       (fss . ,(ly:make-pitch -1 3 2 ))
-       (gff . ,(ly:make-pitch -1 4 -2 ))
-       (gf . ,(ly:make-pitch -1 4 -1 ))
-       (g . ,(ly:make-pitch -1 4 0 ))
-       (gs . ,(ly:make-pitch -1 4 1 ))
-       (gss . ,(ly:make-pitch -1 4 2 ))
-       (aff . ,(ly:make-pitch -1 5 -2 ))
-       (af . ,(ly:make-pitch -1 5 -1 ))
-       (a . ,(ly:make-pitch -1 5 0 ))
-       (as . ,(ly:make-pitch -1 5 1 ))
-       (ass . ,(ly:make-pitch -1 5 2 ))
-       (bff . ,(ly:make-pitch -1 6 -2 ))
-       (bf . ,(ly:make-pitch -1 6 -1 ))
-       (b . ,(ly:make-pitch -1 6 0 ))
-       (bs . ,(ly:make-pitch -1 6 1 ))
-       (bss . ,(ly:make-pitch -1 6 2 ))
+       (es . ,(ly:make-pitch -1 2 SHARP))    
+       (ess . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
+       (ex . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
+       (fff . ,(ly:make-pitch -1 3 DOUBLE-FLAT))
+       (ff . ,(ly:make-pitch -1 3 FLAT))
+       (f . ,(ly:make-pitch -1 3 NATURAL))
+       (fs . ,(ly:make-pitch -1 3 SHARP))
+       (fss . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
+       (fx . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
+       (gff . ,(ly:make-pitch -1 4 DOUBLE-FLAT))
+       (gf . ,(ly:make-pitch -1 4 FLAT))
+       (g . ,(ly:make-pitch -1 4 NATURAL))
+       (gs . ,(ly:make-pitch -1 4 SHARP))
+       (gss . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
+       (gx . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
+       (aff . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
+       (af . ,(ly:make-pitch -1 5 FLAT))
+       (a . ,(ly:make-pitch -1 5 NATURAL))
+       (as . ,(ly:make-pitch -1 5 SHARP))
+       (ass . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
+       (ax . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
+       (bff . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
+       (bf . ,(ly:make-pitch -1 6 FLAT))
+       (b . ,(ly:make-pitch -1 6 NATURAL))
+       (bs . ,(ly:make-pitch -1 6 SHARP))
+       (bss . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
+       (bx . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 )
 
-\version "1.7.18"
+pitchnames = \pitchnamesEnglish
+
+\version "2.1.19"