]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/suomi.ly
(conf_flags): set sensible default for with-ncsb-dir
[lilypond.git] / ly / suomi.ly
index a14005524983a61160f9616ab712d1b964de8769..1cdf637b8b4ec8aabaa8354f94cb26575158f289 100644 (file)
@@ -1,48 +1,53 @@
 % common finnish names for notes. "es" means flat, "is" means sharp
 %
-% by Heikki Junes <heikki.junes@hut.fi>
+% by Heikki Junes <<heikki.junes@hut.fi>>
 % based on svenska.ly by Mats Bengtsson.
 
-% 2001/08/28 Heikki Junes <heikki.junes@hut.fi>
+% 2001/08/28 Heikki Junes <<heikki.junes@hut.fi>>
 %            added bb and marked heses as `unusual'
 
-\pitchnames #`(
-       (ceses . ,(ly:make-pitch -1 0 -2 ))
-       (ces . ,(ly:make-pitch -1 0 -1 ))
-       (c . ,(ly:make-pitch -1 0 ))
-       (cis . ,(ly:make-pitch -1 0 ))
-       (cisis . ,(ly:make-pitch -1 0 ))
-       (deses . ,(ly:make-pitch -1 1 -2 ))
-       (des . ,(ly:make-pitch -1 1 -1 ))
-       (d . ,(ly:make-pitch -1 1 ))
-       (dis . ,(ly:make-pitch -1 1 ))
-       (disis . ,(ly:make-pitch -1 1 ))
-       (eses . ,(ly:make-pitch -1 2 -2 ))
-       (es . ,(ly:make-pitch -1 2 -1 ))
-       (e . ,(ly:make-pitch -1 2 ))
-       (eis . ,(ly:make-pitch -1 2 ))
-       (eisis . ,(ly:make-pitch -1 2 ))
-       (feses . ,(ly:make-pitch -1 3 -2 ))
-       (fes . ,(ly:make-pitch -1 3 -1 ))
-       (f . ,(ly:make-pitch -1 3 ))
-       (fis . ,(ly:make-pitch -1 3 ))
-       (fisis . ,(ly:make-pitch -1 3 ))
-       (geses . ,(ly:make-pitch -1 4 -2 ))
-       (ges . ,(ly:make-pitch -1 4 -1 ))
-       (g . ,(ly:make-pitch -1 4 ))
-       (gis . ,(ly:make-pitch -1 4 ))
-       (gisis . ,(ly:make-pitch -1 4 ))
-       (asas . ,(ly:make-pitch -1 5 -2 ))
-       (ases . ,(ly:make-pitch -1 5 -2 ))   ;;non-standard name for asas
-       (as . ,(ly:make-pitch -1 5 -1 ))
-       (a . ,(ly:make-pitch -1 5 ))
-       (ais . ,(ly:make-pitch -1 5 ))
-       (aisis . ,(ly:make-pitch -1 5 ))
-       (bb . ,(ly:make-pitch -1 6 -2 ))
-       (heses . ,(ly:make-pitch -1 6 -2 ))  ;;non-standard name for bb
-       (b . ,(ly:make-pitch -1 6 -1 ))
-       (h . ,(ly:make-pitch -1 6 ))
-       (his . ,(ly:make-pitch -1 6 ))
-       (hisis . ,(ly:make-pitch -1 6 ))
+pitchnamesSuomi = #`(
+       (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
+       (ces . ,(ly:make-pitch -1 0 FLAT))
+       (c . ,(ly:make-pitch -1 0 NATURAL))
+       (cis . ,(ly:make-pitch -1 0 SHARP))
+       (cisis . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
+       (deses . ,(ly:make-pitch -1 1 DOUBLE-FLAT))
+       (des . ,(ly:make-pitch -1 1 FLAT))
+       (d . ,(ly:make-pitch -1 1 NATURAL))
+       (dis . ,(ly:make-pitch -1 1 SHARP))
+       (disis . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
+       (eses . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
+       (es . ,(ly:make-pitch -1 2 FLAT))
+       (e . ,(ly:make-pitch -1 2 NATURAL))
+       (eis . ,(ly:make-pitch -1 2 SHARP))
+       (eisis . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
+       (feses . ,(ly:make-pitch -1 3 DOUBLE-FLAT))
+       (fes . ,(ly:make-pitch -1 3 FLAT))
+       (f . ,(ly:make-pitch -1 3 NATURAL))
+       (fis . ,(ly:make-pitch -1 3 SHARP))
+       (fisis . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
+       (geses . ,(ly:make-pitch -1 4 DOUBLE-FLAT))
+       (ges . ,(ly:make-pitch -1 4 FLAT))
+       (g . ,(ly:make-pitch -1 4 NATURAL))
+       (gis . ,(ly:make-pitch -1 4 SHARP))
+       (gisis . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
+       (asas . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
+       (ases . ,(ly:make-pitch -1 5 DOUBLE-FLAT))   ;;non-standard name for asas
+       (as . ,(ly:make-pitch -1 5 FLAT))
+       (a . ,(ly:make-pitch -1 5 NATURAL))
+       (ais . ,(ly:make-pitch -1 5 SHARP))
+       (aisis . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
+       (bb . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
+       (heses . ,(ly:make-pitch -1 6 DOUBLE-FLAT))  ;;non-standard name for bb
+       (b . ,(ly:make-pitch -1 6 FLAT))
+       (h . ,(ly:make-pitch -1 6 NATURAL))
+       (his . ,(ly:make-pitch -1 6 SHARP))
+       (hisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 )
-\version "1.7.18"
+
+pitchnames = \pitchnamesSuomi
+
+\version "2.7.39"
+
+#(ly:parser-set-note-names parser pitchnames)