]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/svenska.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / ly / svenska.ly
index e25ade69344ff53cefe5eebc8e0bdd8c6ac0507b..ee3baae8aec78e009cd045e17166a36865de4bcf 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--2015 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/>.
 
-\notenames #'(
-       (cessess . ( -1 0 -2 ))
-       (cess . ( -1 0 -1 ))
-       (c . ( -1 0 0 ))
-       (ciss . ( -1 0 1 ))
-       (cississ . ( -1 0 2 ))
-       (dessess . ( -1 1 -2 ))
-       (dess . ( -1 1 -1 ))
-       (d . ( -1 1 0 ))
-       (diss . ( -1 1 1 ))
-       (dississ . ( -1 1 2 ))
-       (essess . ( -1 2 -2 ))
-       (ess . ( -1 2 -1 ))
-       (e . ( -1 2 0 ))
-       (eiss . ( -1 2 1 ))
-       (eississ . ( -1 2 2 ))
-       (fessess . ( -1 3 -2 ))
-       (fess . ( -1 3 -1 ))
-       (f . ( -1 3 0 ))
-       (fiss . ( -1 3 1 ))
-       (fississ . ( -1 3 2 ))
-       (gessess . ( -1 4 -2 ))
-       (gess . ( -1 4 -1 ))
-       (g . ( -1 4 0 ))
-       (giss . ( -1 4 1 ))
-       (gississ . ( -1 4 2 ))
-       (assess . ( -1 5 -2 ))
-       (ass . ( -1 5 -1 ))
-       (a . ( -1 5 0 ))
-       (aiss . ( -1 5 1 ))
-       (aississ . ( -1 5 2 ))
-       (hessess . ( -1 6 -2 ))
-       (b . ( -1 6 -1 ))
-       (h . ( -1 6 0 ))
-       (hiss . ( -1 6 1 ))
-       (hississ . ( -1 6 2 ))
-)
-\version "1.3.59";
+%%%% Legacy file. (see scm/define-note-names.scm)
+
+\version "2.16.0"
+
+\language "svenska"