X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=922c1ef6d9880ab8c05eec3676cd9ad59cd16ab9;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=dc8c4919e418930e72a108fe4cd9f83603d66a08;hpb=7181c77e5d46a271f5f76e99bee7f844611e23e4;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index dc8c4919e4..922c1ef6d9 100644 --- a/ly/nederlands.ly +++ b/ly/nederlands.ly @@ -1,47 +1,23 @@ -%{ - common dutch names for notes. es means flat, is means sharp -%} - -\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 )) - (eeses . ( -1 2 -2 )) - (eses . ( -1 2 -2 )) - (ees . ( -1 2 -1 )) - (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 )) - (aeses . ( -1 5 -2 )) - (ases . ( -1 5 -2 )) - (aes . ( -1 5 -1 )) - (as . ( -1 5 -1 )) - (a . ( -1 5 0 )) - (ais . ( -1 5 1 )) - (aisis . ( -1 5 2 )) - (beses . ( -1 6 -2 )) - (bes . ( -1 6 -1 )) - (b . ( -1 6 0 )) - (bis . ( -1 6 1 )) - (bisis . ( -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 +%%%% +%%%% 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 . +%%%% Legacy file. (see scm/define-note-names.scm) +\version "2.16.0" +\language "nederlands"