X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeutsch.ly;h=427b8abb1ea2a463437e10be6b8a5cc6123625ab;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=805d4da9a1900af13449854a426c213e34fe7e2b;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/ly/deutsch.ly b/ly/deutsch.ly index 805d4da9a1..427b8abb1e 100644 --- a/ly/deutsch.ly +++ b/ly/deutsch.ly @@ -1,52 +1,23 @@ -% 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) 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 . -% 1999/06/09 Bjoern Jacke -% added asas and marked ases as `unusual' +%%%% Legacy file. (see scm/define-note-names.scm) +\version "2.16.0" -\pitchnames #`( - (ceses . ,(ly:make-pitch -1 0 -2 )) - (ces . ,(ly:make-pitch -1 0 -1 )) - (c . ,(ly:make-pitch -1 0 0 )) - (cis . ,(ly:make-pitch -1 0 1 )) - (cisis . ,(ly:make-pitch -1 0 2 )) - (deses . ,(ly:make-pitch -1 1 -2 )) - (des . ,(ly:make-pitch -1 1 -1 )) - (d . ,(ly:make-pitch -1 1 0 )) - (dis . ,(ly:make-pitch -1 1 1 )) - (disis . ,(ly:make-pitch -1 1 2 )) - (eses . ,(ly:make-pitch -1 2 -2 )) - (es . ,(ly:make-pitch -1 2 -1 )) - (e . ,(ly:make-pitch -1 2 0 )) - (eis . ,(ly:make-pitch -1 2 1 )) - (eisis . ,(ly:make-pitch -1 2 2 )) - (feses . ,(ly:make-pitch -1 3 -2 )) - (fes . ,(ly:make-pitch -1 3 -1 )) - (f . ,(ly:make-pitch -1 3 0 )) - (fis . ,(ly:make-pitch -1 3 1 )) - (fisis . ,(ly:make-pitch -1 3 2 )) - (geses . ,(ly:make-pitch -1 4 -2 )) - (ges . ,(ly:make-pitch -1 4 -1 )) - (g . ,(ly:make-pitch -1 4 0 )) - (gis . ,(ly:make-pitch -1 4 1 )) - (gisis . ,(ly:make-pitch -1 4 2 )) - (asas . ,(ly:make-pitch -1 5 -2 )) - (ases . ,(ly:make-pitch -1 5 -2 )) ;;non-standard name for asas - (as . ,(ly:make-pitch -1 5 -1 )) - (a . ,(ly:make-pitch -1 5 0 )) - (ais . ,(ly:make-pitch -1 5 1 )) - (aisis . ,(ly:make-pitch -1 5 2 )) - (heses . ,(ly:make-pitch -1 6 -2 )) - (b . ,(ly:make-pitch -1 6 -1 )) - (h . ,(ly:make-pitch -1 6 0 )) - (his . ,(ly:make-pitch -1 6 1 )) - (hisis . ,(ly:make-pitch -1 6 2 )) -) - - - - -\version "1.9.1" +\language "deutsch"