X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnorsk.ly;h=36a5aa0ba87c9b0ab972ee6ac2bbf14d9379c095;hb=579274a935b22567ac15b3651a9d651474f88ec4;hp=f6630bab930bc8da337b40f4983ca219b649c687;hpb=1539b48e9bd7cd7698e602dc3d3dbe74a6567a49;p=lilypond.git diff --git a/ly/norsk.ly b/ly/norsk.ly index f6630bab93..36a5aa0ba8 100644 --- a/ly/norsk.ly +++ b/ly/norsk.ly @@ -1,107 +1,115 @@ +%%%% common Norwegian names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1998--2010 Arvid Grøtting +%%%% +%%%% 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 . -% Idx norsk.ly,v 1.1 1998/03/25 11:38:28 arvidg Exp arvidg $ +\version "2.12.0" %{ - Common norwegian names for notes, including versions without the - double s-es to save typing, as well as the traditional names with - them not to confuse musicians. "es" or "ess" means flat, "is" or - "iss" means sharp. + es = flat + ess = flat + eses = double-flat + essess = double-flat - Otherwise, the main difference from the dutch names is the that the - "b" is called "h" in norwegian, while the dutch "bes" is a norwegian - "b". + is = sharp + iss = sharp + isis = double-sharp + ississ = double-sharp - Staying within the (proud?) naming convention for norwegian language - setup used in LaTeX, this file is called "norsk.ly" instead of - "norwegian.ly", even if all other languages' files use the english - name. - - This file is based on "dutch.ly". Basically, I copied "dutch.ly", - duplicated all lines containing at least one "is" or "es", changed - every other "is" into an "iss" and every other "es" into an "ess", - added "ass" et al, and made some b->h-related changes. There may be - bugs in here please tell me (or send patches) if you find any. - - Arvid Gr=F8tting + English: c d e f g a bf b + Norwegian: c d e f g a b h %} -\pitchnames #`( - (ceses . ,(make-pitch -1 0 -2 )) - (cessess . ,(make-pitch -1 0 -2 )) - (ces . ,(make-pitch -1 0 -1 )) - (cess . ,(make-pitch -1 0 -1 )) - (c . ,(make-pitch -1 0 0 )) - (cis . ,(make-pitch -1 0 1 )) - (ciss . ,(make-pitch -1 0 1 )) - (cisis . ,(make-pitch -1 0 2 )) - (cississ . ,(make-pitch -1 0 2 )) - (deses . ,(make-pitch -1 1 -2 )) - (dessess . ,(make-pitch -1 1 -2 )) - (des . ,(make-pitch -1 1 -1 )) - (dess . ,(make-pitch -1 1 -1 )) - (d . ,(make-pitch -1 1 0 )) - (dis . ,(make-pitch -1 1 1 )) - (diss . ,(make-pitch -1 1 1 )) - (disis . ,(make-pitch -1 1 2 )) - (dississ . ,(make-pitch -1 1 2 )) - (eeses . ,(make-pitch -1 2 -2 )) - (eessess . ,(make-pitch -1 2 -2 )) - (eses . ,(make-pitch -1 2 -2 )) - (essess . ,(make-pitch -1 2 -2 )) - (ees . ,(make-pitch -1 2 -1 )) - (eess . ,(make-pitch -1 2 -1 )) - (es . ,(make-pitch -1 2 -1 )) - (ess . ,(make-pitch -1 2 -1 )) - (e . ,(make-pitch -1 2 0 )) - (eis . ,(make-pitch -1 2 1 )) - (eiss . ,(make-pitch -1 2 1 )) - (eisis . ,(make-pitch -1 2 2 )) - (eississ . ,(make-pitch -1 2 2 )) - (feses . ,(make-pitch -1 3 -2 )) - (fessess . ,(make-pitch -1 3 -2 )) - (fes . ,(make-pitch -1 3 -1 )) - (fess . ,(make-pitch -1 3 -1 )) - (f . ,(make-pitch -1 3 0 )) - (fis . ,(make-pitch -1 3 1 )) - (fiss . ,(make-pitch -1 3 1 )) - (fisis . ,(make-pitch -1 3 2 )) - (fississ . ,(make-pitch -1 3 2 )) - (geses . ,(make-pitch -1 4 -2 )) - (gessess . ,(make-pitch -1 4 -2 )) - (ges . ,(make-pitch -1 4 -1 )) - (gess . ,(make-pitch -1 4 -1 )) - (g . ,(make-pitch -1 4 0 )) - (g . ,(make-pitch -1 4 0 )) - (gis . ,(make-pitch -1 4 1 )) - (giss . ,(make-pitch -1 4 1 )) - (gisis . ,(make-pitch -1 4 2 )) - (gississ . ,(make-pitch -1 4 2 )) - (aeses . ,(make-pitch -1 5 -2 )) - (aessess . ,(make-pitch -1 5 -2 )) - (ases . ,(make-pitch -1 5 -2 )) - (assess . ,(make-pitch -1 5 -2 )) - (aes . ,(make-pitch -1 5 -1 )) - (aess . ,(make-pitch -1 5 -1 )) - (as . ,(make-pitch -1 5 -1 )) - (ass . ,(make-pitch -1 5 -1 )) - (a . ,(make-pitch -1 5 0 )) - (ais . ,(make-pitch -1 5 1 )) - (aiss . ,(make-pitch -1 5 1 )) - (aisis . ,(make-pitch -1 5 2 )) - (aississ . ,(make-pitch -1 5 2 )) - (bes . ,(make-pitch -1 6 -2 )) - (bess . ,(make-pitch -1 6 -2 )) - (b . ,(make-pitch -1 6 -1 )) - (b . ,(make-pitch -1 6 -1 )) - (h . ,(make-pitch -1 6 0 )) - (his . ,(make-pitch -1 6 1 )) - (hiss . ,(make-pitch -1 6 1 )) - (hisis . ,(make-pitch -1 6 2 )) - (hississ . ,(make-pitch -1 6 2 )) +pitchnamesNorsk = #`( + (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) + (cessess . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) + (ces . ,(ly:make-pitch -1 0 FLAT)) + (cess . ,(ly:make-pitch -1 0 FLAT)) + (c . ,(ly:make-pitch -1 0 NATURAL)) + (cis . ,(ly:make-pitch -1 0 SHARP)) + (ciss . ,(ly:make-pitch -1 0 SHARP)) + (cisis . ,(ly:make-pitch -1 0 DOUBLE-SHARP)) + (cississ . ,(ly:make-pitch -1 0 DOUBLE-SHARP)) + (deses . ,(ly:make-pitch -1 1 DOUBLE-FLAT)) + (dessess . ,(ly:make-pitch -1 1 DOUBLE-FLAT)) + (des . ,(ly:make-pitch -1 1 FLAT)) + (dess . ,(ly:make-pitch -1 1 FLAT)) + (d . ,(ly:make-pitch -1 1 NATURAL)) + (dis . ,(ly:make-pitch -1 1 SHARP)) + (diss . ,(ly:make-pitch -1 1 SHARP)) + (disis . ,(ly:make-pitch -1 1 DOUBLE-SHARP)) + (dississ . ,(ly:make-pitch -1 1 DOUBLE-SHARP)) + (eeses . ,(ly:make-pitch -1 2 DOUBLE-FLAT)) + (eessess . ,(ly:make-pitch -1 2 DOUBLE-FLAT)) + (eses . ,(ly:make-pitch -1 2 DOUBLE-FLAT)) + (essess . ,(ly:make-pitch -1 2 DOUBLE-FLAT)) + (ees . ,(ly:make-pitch -1 2 FLAT)) + (eess . ,(ly:make-pitch -1 2 FLAT)) + (es . ,(ly:make-pitch -1 2 FLAT)) + (ess . ,(ly:make-pitch -1 2 FLAT)) + (e . ,(ly:make-pitch -1 2 NATURAL)) + (eis . ,(ly:make-pitch -1 2 SHARP)) + (eiss . ,(ly:make-pitch -1 2 SHARP)) + (eisis . ,(ly:make-pitch -1 2 DOUBLE-SHARP)) + (eississ . ,(ly:make-pitch -1 2 DOUBLE-SHARP)) + (feses . ,(ly:make-pitch -1 3 DOUBLE-FLAT)) + (fessess . ,(ly:make-pitch -1 3 DOUBLE-FLAT)) + (fes . ,(ly:make-pitch -1 3 FLAT)) + (fess . ,(ly:make-pitch -1 3 FLAT)) + (f . ,(ly:make-pitch -1 3 NATURAL)) + (fis . ,(ly:make-pitch -1 3 SHARP)) + (fiss . ,(ly:make-pitch -1 3 SHARP)) + (fisis . ,(ly:make-pitch -1 3 DOUBLE-SHARP)) + (fississ . ,(ly:make-pitch -1 3 DOUBLE-SHARP)) + (geses . ,(ly:make-pitch -1 4 DOUBLE-FLAT)) + (gessess . ,(ly:make-pitch -1 4 DOUBLE-FLAT)) + (ges . ,(ly:make-pitch -1 4 FLAT)) + (gess . ,(ly:make-pitch -1 4 FLAT)) + (g . ,(ly:make-pitch -1 4 NATURAL)) + (g . ,(ly:make-pitch -1 4 NATURAL)) + (gis . ,(ly:make-pitch -1 4 SHARP)) + (giss . ,(ly:make-pitch -1 4 SHARP)) + (gisis . ,(ly:make-pitch -1 4 DOUBLE-SHARP)) + (gississ . ,(ly:make-pitch -1 4 DOUBLE-SHARP)) + (aeses . ,(ly:make-pitch -1 5 DOUBLE-FLAT)) + (aessess . ,(ly:make-pitch -1 5 DOUBLE-FLAT)) + (ases . ,(ly:make-pitch -1 5 DOUBLE-FLAT)) + (assess . ,(ly:make-pitch -1 5 DOUBLE-FLAT)) + (aes . ,(ly:make-pitch -1 5 FLAT)) + (aess . ,(ly:make-pitch -1 5 FLAT)) + (as . ,(ly:make-pitch -1 5 FLAT)) + (ass . ,(ly:make-pitch -1 5 FLAT)) + (a . ,(ly:make-pitch -1 5 NATURAL)) + (ais . ,(ly:make-pitch -1 5 SHARP)) + (aiss . ,(ly:make-pitch -1 5 SHARP)) + (aisis . ,(ly:make-pitch -1 5 DOUBLE-SHARP)) + (aississ . ,(ly:make-pitch -1 5 DOUBLE-SHARP)) + (bes . ,(ly:make-pitch -1 6 DOUBLE-FLAT)) + (bess . ,(ly:make-pitch -1 6 DOUBLE-FLAT)) + (b . ,(ly:make-pitch -1 6 FLAT)) + (b . ,(ly:make-pitch -1 6 FLAT)) + (h . ,(ly:make-pitch -1 6 NATURAL)) + (his . ,(ly:make-pitch -1 6 SHARP)) + (hiss . ,(ly:make-pitch -1 6 SHARP)) + (hisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) + (hississ . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) ) +pitchnames = \pitchnamesNorsk - -\version "1.3.146" +#(ly:parser-set-note-names parser pitchnames)