]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/svenska.ly
Run grand-replace (issue 3765)
[lilypond.git] / ly / svenska.ly
index 386296a3f167d78e24da711d68541b3d326527cd..1442c897f012e654e80ae4c06c872a8bb5873c49 100644 (file)
@@ -1,43 +1,23 @@
-%
-% common Swedish names for notes. "ess" means flat, "iss" means sharp
-%
-% by Mats Bengtsson.
+%%%% common Swedish names for notes
+%%%% This file is part of LilyPond, the GNU music typesetter.
+%%%%
+%%%% Copyright (C) 2010--2014 Valentin Villenave <valentin@villenave.net>
+%%%%
+%%%% 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 <http://www.gnu.org/licenses/>.
 
-\pitchnames #`(
-       (cessess . ,(ly:make-pitch -1 0 -2 ))
-       (cess . ,(ly:make-pitch -1 0 -1 ))
-       (c . ,(ly:make-pitch -1 0 0 ))
-       (ciss . ,(ly:make-pitch -1 0 1 ))
-       (cississ . ,(ly:make-pitch -1 0 2 ))
-       (dessess . ,(ly:make-pitch -1 1 -2 ))
-       (dess . ,(ly:make-pitch -1 1 -1 ))
-       (d . ,(ly:make-pitch -1 1 0 ))
-       (diss . ,(ly:make-pitch -1 1 1 ))
-       (dississ . ,(ly:make-pitch -1 1 2 ))
-       (essess . ,(ly:make-pitch -1 2 -2 ))
-       (ess . ,(ly:make-pitch -1 2 -1 ))
-       (e . ,(ly:make-pitch -1 2 0 ))
-       (eiss . ,(ly:make-pitch -1 2 1 ))
-       (eississ . ,(ly:make-pitch -1 2 2 ))
-       (fessess . ,(ly:make-pitch -1 3 -2 ))
-       (fess . ,(ly:make-pitch -1 3 -1 ))
-       (f . ,(ly:make-pitch -1 3 0 ))
-       (fiss . ,(ly:make-pitch -1 3 1 ))
-       (fississ . ,(ly:make-pitch -1 3 2 ))
-       (gessess . ,(ly:make-pitch -1 4 -2 ))
-       (gess . ,(ly:make-pitch -1 4 -1 ))
-       (g . ,(ly:make-pitch -1 4 0 ))
-       (giss . ,(ly:make-pitch -1 4 1 ))
-       (gississ . ,(ly:make-pitch -1 4 2 ))
-       (assess . ,(ly:make-pitch -1 5 -2 ))
-       (ass . ,(ly:make-pitch -1 5 -1 ))
-       (a . ,(ly:make-pitch -1 5 0 ))
-       (aiss . ,(ly:make-pitch -1 5 1 ))
-       (aississ . ,(ly:make-pitch -1 5 2 ))
-       (hessess . ,(ly:make-pitch -1 6 -2 ))
-       (b . ,(ly:make-pitch -1 6 -1 ))
-       (h . ,(ly:make-pitch -1 6 0 ))
-       (hiss . ,(ly:make-pitch -1 6 1 ))
-       (hississ . ,(ly:make-pitch -1 6 2 ))
-)
-\version "1.9.0"
+%%%% Legacy file. (see scm/define-note-names.scm)
+
+\version "2.16.0"
+
+\language "svenska"