]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/suomi.ly
(init_fontconfig): be verbose about font path.
[lilypond.git] / ly / suomi.ly
index 7e111db3b41033695e7b538887db933fa1d65d0e..f3dc263e694cc7763532fd63bf828dcc8e167fa8 100644 (file)
@@ -6,7 +6,7 @@
 % 2001/08/28 Heikki Junes <<heikki.junes@hut.fi>>
 %            added bb and marked heses as `unusual'
 
-\pitchnames #`(
+pitchnamesSuomi = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
        (ces . ,(ly:make-pitch -1 0 FLAT))
        (c . ,(ly:make-pitch -1 0 NATURAL))
@@ -45,4 +45,9 @@
        (his . ,(ly:make-pitch -1 6 SHARP))
        (hisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 )
-\version "1.9.8"
+
+pitchnames = \pitchnamesSuomi
+
+\version "2.4.0"
+
+#(ly:parser-set-note-names parser pitchnames)