X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeutsch.ly;h=427b8abb1ea2a463437e10be6b8a5cc6123625ab;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=a1aa1268910386b0bfadcf534c966cab493edd6e;hpb=0d17e9c759bd61c9b20a7c4d9941a412c2a53f5f;p=lilypond.git diff --git a/ly/deutsch.ly b/ly/deutsch.ly index a1aa126891..427b8abb1e 100644 --- a/ly/deutsch.ly +++ b/ly/deutsch.ly @@ -1,97 +1,23 @@ -% common german names for notes. "es" means flat, "is" means sharp -% -% by Roland Meier -% based on swedish.ly by Mats Bengtsson. - -% 1999/06/09 Bjoern Jacke -% added asas and marked ases as `unusual' - - -% -% 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 { - ceses = \musicalpitch { -1 0 -2 } - ces = \musicalpitch { -1 0 -1 } - c = \musicalpitch { -1 0 0 } - cis = \musicalpitch { -1 0 1 } - cisis = \musicalpitch { -1 0 2 } - deses = \musicalpitch { -1 1 -2 } - des = \musicalpitch { -1 1 -1 } - d = \musicalpitch { -1 1 0 } - dis = \musicalpitch { -1 1 1 } - disis = \musicalpitch { -1 1 2 } - eses = \musicalpitch { -1 2 -2 } - es = \musicalpitch { -1 2 -1 } - e = \musicalpitch { -1 2 0 } - eis = \musicalpitch { -1 2 1 } - eisis = \musicalpitch { -1 2 2 } - feses = \musicalpitch { -1 3 -2 } - fes = \musicalpitch { -1 3 -1 } - f = \musicalpitch { -1 3 0 } - fis = \musicalpitch { -1 3 1 } - fisis = \musicalpitch { -1 3 2 } - geses = \musicalpitch { -1 4 -2 } - ges = \musicalpitch { -1 4 -1 } - g = \musicalpitch { -1 4 0 } - gis = \musicalpitch { -1 4 1 } - gisis = \musicalpitch { -1 4 2 } - asas = \musicalpitch { -1 5 -2 } - ases = \musicalpitch { -1 5 -2 } % non-standard name for asas - as = \musicalpitch { -1 5 -1 } - a = \musicalpitch { -1 5 0 } - ais = \musicalpitch { -1 5 1 } - aisis = \musicalpitch { -1 5 2 } - heses = \musicalpitch { -1 6 -2 } - b = \musicalpitch { -1 6 -1 } - h = \musicalpitch { -1 6 0 } - his = \musicalpitch { -1 6 1 } - hisis = \musicalpitch { -1 6 2 } - - - % - % upper case: 1 octave lower. - % - - - Ceses = \musicalpitch { -2 0 -2 } - Ces = \musicalpitch { -2 0 -1 } - C = \musicalpitch { -2 0 0 } - Cis = \musicalpitch { -2 0 1 } - Cisis = \musicalpitch { -2 0 2 } - Deses = \musicalpitch { -2 1 -2 } - Des = \musicalpitch { -2 1 -1 } - D = \musicalpitch { -2 1 0 } - Dis = \musicalpitch { -2 1 1 } - Disis = \musicalpitch { -2 1 2 } - Eses = \musicalpitch { -2 2 -2 } - Es = \musicalpitch { -2 2 -1 } - E = \musicalpitch { -2 2 0 } - Eis = \musicalpitch { -2 2 1 } - Eisis = \musicalpitch { -2 2 2 } - Feses = \musicalpitch { -2 3 -2 } - Fes = \musicalpitch { -2 3 -1 } - F = \musicalpitch { -2 3 0 } - Fis = \musicalpitch { -2 3 1 } - Fisis = \musicalpitch { -2 3 2 } - Geses = \musicalpitch { -2 4 -2 } - Ges = \musicalpitch { -2 4 -1 } - G = \musicalpitch { -2 4 0 } - Gis = \musicalpitch { -2 4 1 } - Gisis = \musicalpitch { -2 4 2 } - Asas = \musicalpitch { -2 5 -2 } - Ases = \musicalpitch { -2 5 -2 } % non-standard name for Asas - As = \musicalpitch { -2 5 -1 } - A = \musicalpitch { -2 5 0 } - Ais = \musicalpitch { -2 5 1 } - Aisis = \musicalpitch { -2 5 2 } - Heses = \musicalpitch { -2 6 -2 } - B = \musicalpitch { -2 6 -1 } - H = \musicalpitch { -2 6 0 } - His = \musicalpitch { -2 6 1 } - Hisis = \musicalpitch { -2 6 2 } - - -} +%%%% common German names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2010--2015 Valentin Villenave +%%%% +%%%% 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 "deutsch"