]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/deutsch.ly
Release: bump Welcome versions.
[lilypond.git] / ly / deutsch.ly
index ae99df64f964eb09641abc7e1e21a442a7ad3a01..427b8abb1ea2a463437e10be6b8a5cc6123625ab 100644 (file)
@@ -1,52 +1,23 @@
-% common german names for notes. "es" means flat, "is" means sharp
-%
-% by Roland Meier <meier@informatik.th-darmstadt.de>
-% based on swedish.ly by Mats Bengtsson.
+%%%% common German 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/>.
 
-% 1999/06/09 Bjoern Jacke <bjoern.jacke@gmx.de>
-%            added asas and marked ases as `unusual'
+%%%% Legacy file. (see scm/define-note-names.scm)
 
+\version "2.16.0"
 
-\notenames  #'(
-       (ceses . ( -1 0 -2 ))
-       (ces . ( -1 0 -1 ))
-       (c . ( -1 0 0 ))
-       (cis . ( -1 0 1 ))
-       (cisis . ( -1 0 2 ))
-       (deses . ( -1 1 -2 ))
-       (des . ( -1 1 -1 ))
-       (d . ( -1 1 0 ))
-       (dis . ( -1 1 1 ))
-       (disis . ( -1 1 2 ))
-       (eses . ( -1 2 -2 ))
-       (es . ( -1 2 -1 ))
-       (e . ( -1 2 0 ))
-       (eis . ( -1 2 1 ))
-       (eisis . ( -1 2 2 ))
-       (feses . ( -1 3 -2 ))
-       (fes . ( -1 3 -1 ))
-       (f . ( -1 3 0 ))
-       (fis . ( -1 3 1 ))
-       (fisis . ( -1 3 2 ))
-       (geses . ( -1 4 -2 ))
-       (ges . ( -1 4 -1 ))
-       (g . ( -1 4 0 ))
-       (gis . ( -1 4 1 ))
-       (gisis . ( -1 4 2 ))
-       (asas . ( -1 5 -2 ))
-       (ases . ( -1 5 -2 ))  ; non-standard name for asas
-       (as . ( -1 5 -1 ))
-       (a . ( -1 5 0 ))
-       (ais . ( -1 5 1 ))
-       (aisis . ( -1 5 2 ))
-       (heses . ( -1 6 -2 ))
-       (b . ( -1 6 -1 ))
-       (h . ( -1 6 0 ))
-       (his . ( -1 6 1 ))
-       (hisis . ( -1 6 2 ))
-)
-
-
-
-
-\version "1.3.93";
+\language "deutsch"