]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
Fix 1141 and 1142.
[lilypond.git] / ly / nederlands.ly
index 18ac4206424ece3ac0cf215e68325a2b25a3b7a3..54cdfeb88884fc773fca6df970f77d3d64c5ad50 100644 (file)
-\version "1.9.7"
+%%%% common Dutch names for notes
+%%%% This file is part of LilyPond, the GNU music typesetter.
+%%%%
+%%%% Copyright (C) 1996--2010 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/>.
+
+\version "2.12.0"
+
 %{
- common dutch names for notes. es means flat, is means sharp
+
+  es   = flat
+  eses = double-flat
+  eh   = quarter-tone flat
+  eseh = three-quarter-tones flat
+
+  is   = sharp
+  isis = double-sharp
+  ih   = quarter-tone sharp
+  isih = three-quarter-tones sharp
+
+  English: c  d  e  f  g  a  bf b
+    Dutch: c  d  e  f  g  a  b  h
+
 %}
 
-\pitchnames #`(
+dutchPitchnames = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
+       (ceh . ,(ly:make-pitch -1 0 SEMI-FLAT))
        (ces . ,(ly:make-pitch -1 0 FLAT))
+       (ceseh . ,(ly:make-pitch -1 0 THREE-Q-FLAT))
        (c . ,(ly:make-pitch -1 0 NATURAL))
        (cis . ,(ly:make-pitch -1 0 SHARP))
+       (cih . ,(ly:make-pitch -1 0 SEMI-SHARP))
+       (cisih . ,(ly:make-pitch -1 0 THREE-Q-SHARP))
        (cisis . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
        (deses . ,(ly:make-pitch -1 1 DOUBLE-FLAT))
+
+       (deh . ,(ly:make-pitch -1 1 SEMI-FLAT))
        (des . ,(ly:make-pitch -1 1 FLAT))
+       (deseh . ,(ly:make-pitch -1 1 THREE-Q-FLAT))
        (d . ,(ly:make-pitch -1 1 NATURAL))
        (dis . ,(ly:make-pitch -1 1 SHARP))
+       (dih . ,(ly:make-pitch -1 1 SEMI-SHARP))
+       (disih . ,(ly:make-pitch -1 1 THREE-Q-SHARP))
        (disis . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
        (eeses . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
        (eses . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
+
+       (eeh . ,(ly:make-pitch -1 2 SEMI-FLAT))
        (ees . ,(ly:make-pitch -1 2 FLAT))
+       (eeseh . ,(ly:make-pitch -1 2 THREE-Q-FLAT))
        (es . ,(ly:make-pitch -1 2 FLAT))
        (e . ,(ly:make-pitch -1 2 NATURAL))
        (eis . ,(ly:make-pitch -1 2 SHARP))
+       (eih . ,(ly:make-pitch -1 2 SEMI-SHARP))
+       (eisih . ,(ly:make-pitch -1 2 THREE-Q-SHARP))
        (eisis . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
        (feses . ,(ly:make-pitch -1 3 DOUBLE-FLAT))
+
+       (feh . ,(ly:make-pitch -1 3 SEMI-FLAT))
        (fes . ,(ly:make-pitch -1 3 FLAT))
+       (feseh . ,(ly:make-pitch -1 3 THREE-Q-FLAT))
        (f . ,(ly:make-pitch -1 3 NATURAL))
        (fis . ,(ly:make-pitch -1 3 SHARP))
+       (fih . ,(ly:make-pitch -1 3 SEMI-SHARP))
+       (fisih . ,(ly:make-pitch -1 3 THREE-Q-SHARP))
        (fisis . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
        (geses . ,(ly:make-pitch -1 4 DOUBLE-FLAT))
+
+       (geh . ,(ly:make-pitch -1 4 SEMI-FLAT))
        (ges . ,(ly:make-pitch -1 4 FLAT))
+       (geseh . ,(ly:make-pitch -1 4 THREE-Q-FLAT))
        (g . ,(ly:make-pitch -1 4 NATURAL))
        (gis . ,(ly:make-pitch -1 4 SHARP))
+       (gih . ,(ly:make-pitch -1 4 SEMI-SHARP))
+       (gisih . ,(ly:make-pitch -1 4 THREE-Q-SHARP))
        (gisis . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
        (aeses . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
        (ases . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
+
+       (aeh . ,(ly:make-pitch -1 5 SEMI-FLAT))
        (aes . ,(ly:make-pitch -1 5 FLAT))
+       (aeseh . ,(ly:make-pitch -1 5 THREE-Q-FLAT))
        (as . ,(ly:make-pitch -1 5 FLAT))
        (a . ,(ly:make-pitch -1 5 NATURAL))
        (ais . ,(ly:make-pitch -1 5 SHARP))
+       (aih . ,(ly:make-pitch -1 5 SEMI-SHARP))
+       (aisih . ,(ly:make-pitch -1 5 THREE-Q-SHARP))
        (aisis . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
        (beses . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
+
+       (beh . ,(ly:make-pitch -1 6 SEMI-FLAT))
        (bes . ,(ly:make-pitch -1 6 FLAT))
+       (beseh . ,(ly:make-pitch -1 6 THREE-Q-FLAT))
        (b . ,(ly:make-pitch -1 6 NATURAL))
        (bis . ,(ly:make-pitch -1 6 SHARP))
+       (bih . ,(ly:make-pitch -1 6 SEMI-SHARP))
+       (bisih . ,(ly:make-pitch -1 6 THREE-Q-SHARP))
        (bisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
-)
+       )
 
+pitchnames = \dutchPitchnames
 
+#(ly:parser-set-note-names parser pitchnames)