]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/deutsch.ly
release: 1.3.146
[lilypond.git] / ly / deutsch.ly
index ae99df64f964eb09641abc7e1e21a442a7ad3a01..cda93cf82a2bae1732a5ec196d2c75e522a0ab6b 100644 (file)
@@ -7,46 +7,46 @@
 %            added asas and marked ases as `unusual'
 
 
-\notenames  #'(
-       (ceses . ( -1 0 -2 ))
-       (ces . ( -1 0 -1 ))
-       (c . ( -1 0 0 ))
-       (cis . ( -1 0 1 ))
-       (cisis . ( -1 0 2 ))
-       (deses . ( -1 1 -2 ))
-       (des . ( -1 1 -1 ))
-       (d . ( -1 1 0 ))
-       (dis . ( -1 1 1 ))
-       (disis . ( -1 1 2 ))
-       (eses . ( -1 2 -2 ))
-       (es . ( -1 2 -1 ))
-       (e . ( -1 2 0 ))
-       (eis . ( -1 2 1 ))
-       (eisis . ( -1 2 2 ))
-       (feses . ( -1 3 -2 ))
-       (fes . ( -1 3 -1 ))
-       (f . ( -1 3 0 ))
-       (fis . ( -1 3 1 ))
-       (fisis . ( -1 3 2 ))
-       (geses . ( -1 4 -2 ))
-       (ges . ( -1 4 -1 ))
-       (g . ( -1 4 0 ))
-       (gis . ( -1 4 1 ))
-       (gisis . ( -1 4 2 ))
-       (asas . ( -1 5 -2 ))
-       (ases . ( -1 5 -2 ))  ; non-standard name for asas
-       (as . ( -1 5 -1 ))
-       (a . ( -1 5 0 ))
-       (ais . ( -1 5 1 ))
-       (aisis . ( -1 5 2 ))
-       (heses . ( -1 6 -2 ))
-       (b . ( -1 6 -1 ))
-       (h . ( -1 6 0 ))
-       (his . ( -1 6 1 ))
-       (hisis . ( -1 6 2 ))
+\pitchnames  #`(
+       (ceses . ,(make-pitch -1 0 -2 ))
+       (ces . ,(make-pitch -1 0 -1 ))
+       (c . ,(make-pitch -1 0 0 ))
+       (cis . ,(make-pitch -1 0 1 ))
+       (cisis . ,(make-pitch -1 0 2 ))
+       (deses . ,(make-pitch -1 1 -2 ))
+       (des . ,(make-pitch -1 1 -1 ))
+       (d . ,(make-pitch -1 1 0 ))
+       (dis . ,(make-pitch -1 1 1 ))
+       (disis . ,(make-pitch -1 1 2 ))
+       (eses . ,(make-pitch -1 2 -2 ))
+       (es . ,(make-pitch -1 2 -1 ))
+       (e . ,(make-pitch -1 2 0 ))
+       (eis . ,(make-pitch -1 2 1 ))
+       (eisis . ,(make-pitch -1 2 2 ))
+       (feses . ,(make-pitch -1 3 -2 ))
+       (fes . ,(make-pitch -1 3 -1 ))
+       (f . ,(make-pitch -1 3 0 ))
+       (fis . ,(make-pitch -1 3 1 ))
+       (fisis . ,(make-pitch -1 3 2 ))
+       (geses . ,(make-pitch -1 4 -2 ))
+       (ges . ,(make-pitch -1 4 -1 ))
+       (g . ,(make-pitch -1 4 0 ))
+       (gis . ,(make-pitch -1 4 1 ))
+       (gisis . ,(make-pitch -1 4 2 ))
+       (asas . ,(make-pitch -1 5 -2 ))
+       (ases . ,(make-pitch -1 5 -2 ))   non-standard name for asas
+       (as . ,(make-pitch -1 5 -1 ))
+       (a . ,(make-pitch -1 5 0 ))
+       (ais . ,(make-pitch -1 5 1 ))
+       (aisis . ,(make-pitch -1 5 2 ))
+       (heses . ,(make-pitch -1 6 -2 ))
+       (b . ,(make-pitch -1 6 -1 ))
+       (h . ,(make-pitch -1 6 0 ))
+       (his . ,(make-pitch -1 6 1 ))
+       (hisis . ,(make-pitch -1 6 2 ))
 )
 
 
 
 
-\version "1.3.93";
+\version "1.3.146"