X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fsuomi.ly;h=a53b1411e41ea53762778a774263736a8e3f2219;hb=025561ede5347bc7f5c7975dac96ae71741497ed;hp=10e1cbf8cb29a0eb2e988ba13954feefd0ccae6e;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/ly/suomi.ly b/ly/suomi.ly index 10e1cbf8cb..a53b1411e4 100644 --- a/ly/suomi.ly +++ b/ly/suomi.ly @@ -1,10 +1,37 @@ -% common finnish names for notes. "es" means flat, "is" means sharp -% -% by Heikki Junes <> -% based on svenska.ly by Mats Bengtsson. +%%%% common Finnish names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2001--2010 Heikki Junes +%%%% +%%%% LilyPond is free software: you can redistribute it and/or modify +%%%% it under the terms of the GNU General Public License as published by +%%%% the Free Software Foundation, either version 3 of the License, or +%%%% (at your option) any later version. +%%%% +%%%% LilyPond is distributed in the hope that it will be useful, +%%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%%%% GNU General Public License for more details. +%%%% +%%%% You should have received a copy of the GNU General Public License +%%%% along with LilyPond. If not, see . -% 2001/08/28 Heikki Junes <> -% added bb and marked heses as `unusual' +\version "2.12.0" + +%{ + + es = flat + eses = double-flat + + is = sharp + isis = double-sharp + + English: c d e f g a bf b + Finnish: c d e f g a b h + + Adapted from svenska.ly + +%} pitchnamesSuomi = #`( (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -49,6 +76,4 @@ pitchnamesSuomi = #`( pitchnames = \pitchnamesSuomi -\version "2.12.0" - #(ly:parser-set-note-names parser pitchnames)