X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fsuomi.ly;h=0d00eef5b669f17850dcfbe9d33b09592033a063;hb=6a023cc84879573668eaf9120bb13b93cfdf12cb;hp=66e1fa1464ba40369f5985f20e8adc476df5b09a;hpb=1539b48e9bd7cd7698e602dc3d3dbe74a6567a49;p=lilypond.git diff --git a/ly/suomi.ly b/ly/suomi.ly index 66e1fa1464..0d00eef5b6 100644 --- a/ly/suomi.ly +++ b/ly/suomi.ly @@ -1,48 +1,23 @@ -% 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) 2010--2014 Valentin Villenave +%%%% +%%%% 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' +%%%% Legacy file. (see scm/define-note-names.scm) -\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 )) - (bb . ,(make-pitch -1 6 -2 )) - (heses . ,(make-pitch -1 6 -2 )) ;;non-standard name for bb - (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.146" +\version "2.16.0" + +\language "suomi"