X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fsuomi.ly;h=be787cf9e879e89f724a483f895e512a23e14989;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=6f2558a7326cf91d72a4dbdeffe2030cd209c116;hpb=899a5926b98860f3d5db399616d9211927fbfa3c;p=lilypond.git diff --git a/ly/suomi.ly b/ly/suomi.ly index 6f2558a732..be787cf9e8 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--2015 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 . ,(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 )) - (eses . ,(ly:make-pitch -1 2 -2 )) - (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 )) - (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 0 )) - (ais . ,(ly:make-pitch -1 5 1 )) - (aisis . ,(ly:make-pitch -1 5 2 )) - (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 0 )) - (his . ,(ly:make-pitch -1 6 1 )) - (hisis . ,(ly:make-pitch -1 6 2 )) -) -\version "1.7.3" +\version "2.16.0" + +\language "suomi"