]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
release: 1.3.0
[lilypond.git] / ly / nederlands.ly
index 9b652a6bd2297e55044f4c3913d29e51e3f2fbe3..b5a6d360bdcd32e0166bd2320c3f21c90437c434 100644 (file)
@@ -1,13 +1,5 @@
 %{
  common dutch names for notes. "es" means flat, "is" means sharp
-
-
-
-
- Please note that, while these names are used to enter *notes*, they
- actually are *melodic*s, i.e. they represent a pitch solely. Notes
- have a rhythmic part too. This is the reason that we don't write 'note { .. }'
-
 %}
 
 \notenames {
@@ -56,6 +48,7 @@
        % upper case: 1 octave lower.
        %
 
+       %% deprecated.
 
        Ceses   = \musicalpitch { -2 0 -2 }
        Ces     = \musicalpitch { -2 0 -1 }
@@ -68,7 +61,9 @@
        Dis     = \musicalpitch { -2 1 1 }
        Disis   = \musicalpitch { -2 1 2 }
        Eses    = \musicalpitch { -2 2 -2 }
+       Eeses   = \musicalpitch { -2 2 -2 }
        Es      = \musicalpitch { -2 2 -1 }
+       Ees     = \musicalpitch { -2 2 -1 }
        E       = \musicalpitch { -2 2 0 }
        Eis     = \musicalpitch { -2 2 1 }
        Eisis   = \musicalpitch { -2 2 2 }