X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeutsch.ly;h=6978b17e1c0c4f20ed1dcd962ba9a4ba0a591c1c;hb=0f2133cac2c3400eb883b5a00e5bb4fd98bb38a6;hp=0967f4cad22bed03d5e891d5b132b0d4f9c6b0ec;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/ly/deutsch.ly b/ly/deutsch.ly index 0967f4cad2..6978b17e1c 100644 --- a/ly/deutsch.ly +++ b/ly/deutsch.ly @@ -1,11 +1,43 @@ -% common german names for notes. "es" means flat, "is" means sharp -% -% by Roland Meier <> -% based on swedish.ly by Mats Bengtsson. +%%%% common German names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1997--2010 Roland Meier +%%%% Bjoern Jacke +%%%% (added asas; added comment to ases) +%%%% +%%%% 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 . -% 1999/06/09 Bjoern Jacke <> -% added asas and marked ases as `unusual' +\version "2.12.0" + +%{ + + 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 + German: c d e f g a b h + + Adapted from svenska.ly + +%} pitchnamesDeutsch = #`( (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -84,6 +116,4 @@ pitchnamesDeutsch = #`( pitchnames = \pitchnamesDeutsch -\version "2.12.0" - #(ly:parser-set-note-names parser pitchnames)