]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
ly- -> ly:
[lilypond.git] / ly / nederlands.ly
index 35a977c03a71da09b9ec31e30668e6f2f0209002..b45c974373e464ce4fc89de4a150e7328f4e7c06 100644 (file)
@@ -1,48 +1,48 @@
-\version "1.5.68"
+\version "1.7.3"
 %{
  common dutch names for notes. es means flat, is means sharp
 %}
 
 \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 ))
-       (eeses . ,(make-pitch  -1 2 -2 ))
-       (eses . ,(make-pitch  -1 2 -2 ))
-       (ees . ,(make-pitch  -1 2 -1 ))
-       (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 ))
-       (aeses . ,(make-pitch  -1 5 -2 ))
-       (ases . ,(make-pitch  -1 5 -2 ))
-       (aes . ,(make-pitch  -1 5 -1 ))
-       (as . ,(make-pitch  -1 5 -1 ))
-       (a . ,(make-pitch  -1 5 0 ))
-       (ais . ,(make-pitch  -1 5 1 ))
-       (aisis . ,(make-pitch  -1 5 2 ))
-       (beses . ,(make-pitch  -1 6 -2 ))
-       (bes . ,(make-pitch  -1 6 -1 ))
-       (b . ,(make-pitch  -1 6 0 ))
-       (bis . ,(make-pitch  -1 6 1 ))
-       (bisis . ,(make-pitch  -1 6 2 ))
+       (ceses . ,(ly:make-pitch -1 0 -2))
+       (ces . ,(ly:make-pitch  -1 0 -1 ))
+       (c . ,(ly:make-pitch  -1 0 0 ))
+       (cis . ,(ly:make-pitch  -1 0 1 ))
+       (cisis . ,(ly:make-pitch  -1 0 2 ))
+       (deses . ,(ly:make-pitch  -1 1 -2 ))
+       (des . ,(ly:make-pitch  -1 1 -1 ))
+       (d . ,(ly:make-pitch  -1 1 0 ))
+       (dis . ,(ly:make-pitch  -1 1 1 ))
+       (disis . ,(ly:make-pitch  -1 1 2 ))
+       (eeses . ,(ly:make-pitch  -1 2 -2 ))
+       (eses . ,(ly:make-pitch  -1 2 -2 ))
+       (ees . ,(ly:make-pitch  -1 2 -1 ))
+       (es . ,(ly:make-pitch  -1 2 -1 ))
+       (e . ,(ly:make-pitch  -1 2 0 ))
+       (eis . ,(ly:make-pitch  -1 2 1 ))
+       (eisis . ,(ly:make-pitch  -1 2 2 ))
+       (feses . ,(ly:make-pitch  -1 3 -2 ))
+       (fes . ,(ly:make-pitch  -1 3 -1 ))
+       (f . ,(ly:make-pitch  -1 3 0 ))
+       (fis . ,(ly:make-pitch  -1 3 1 ))
+       (fisis . ,(ly:make-pitch  -1 3 2 ))
+       (geses . ,(ly:make-pitch  -1 4 -2 ))
+       (ges . ,(ly:make-pitch  -1 4 -1 ))
+       (g . ,(ly:make-pitch  -1 4 0 ))
+       (gis . ,(ly:make-pitch  -1 4 1 ))
+       (gisis . ,(ly:make-pitch  -1 4 2 ))
+       (aeses . ,(ly:make-pitch  -1 5 -2 ))
+       (ases . ,(ly:make-pitch  -1 5 -2 ))
+       (aes . ,(ly:make-pitch  -1 5 -1 ))
+       (as . ,(ly:make-pitch  -1 5 -1 ))
+       (a . ,(ly:make-pitch  -1 5 0 ))
+       (ais . ,(ly:make-pitch  -1 5 1 ))
+       (aisis . ,(ly:make-pitch  -1 5 2 ))
+       (beses . ,(ly:make-pitch  -1 6 -2 ))
+       (bes . ,(ly:make-pitch  -1 6 -1 ))
+       (b . ,(ly:make-pitch  -1 6 0 ))
+       (bis . ,(ly:make-pitch  -1 6 1 ))
+       (bisis . ,(ly:make-pitch  -1 6 2 ))
 )