]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
Web-ja: update introduction
[lilypond.git] / ly / nederlands.ly
index fcfb4e98c0a40afd2909b25822b8454796d14fa8..922c1ef6d9880ab8c05eec3676cd9ad59cd16ab9 100644 (file)
@@ -1,49 +1,23 @@
-\version "1.7.18"
-%{
- common dutch names for notes. es means flat, is means sharp
-%}
-
-\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 ))
-       (eeses . ,(ly:make-pitch  -1 2 -2 ))
-       (eses . ,(ly:make-pitch  -1 2 -2 ))
-       (ees . ,(ly:make-pitch  -1 2 -1 ))
-       (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 ))
-       (aeses . ,(ly:make-pitch  -1 5 -2 ))
-       (ases . ,(ly:make-pitch  -1 5 -2 ))
-       (aes . ,(ly:make-pitch  -1 5 -1 ))
-       (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 ))
-       (beses . ,(ly:make-pitch  -1 6 -2 ))
-       (bes . ,(ly:make-pitch  -1 6 -1 ))
-       (b . ,(ly:make-pitch  -1 6 0 ))
-       (bis . ,(ly:make-pitch  -1 6 1 ))
-       (bisis . ,(ly:make-pitch  -1 6 2 ))
-)
+%%%% common Dutch names for notes
+%%%% This file is part of LilyPond, the GNU music typesetter.
+%%%%
+%%%% Copyright (C) 1996--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
+%%%%
+%%%% 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/>.
 
+%%%% Legacy file. (see scm/define-note-names.scm)
 
+\version "2.16.0"
 
+\language "nederlands"