X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnorsk.ly;h=ab2367b1c9240111df58fe8262344f0d8e2b7150;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=8af9f332a7921750dabe591a6a8ca8fbf924bde8;hpb=60dd8eb0afbed0abae97e96b1f2c98b90da00bf5;p=lilypond.git diff --git a/ly/norsk.ly b/ly/norsk.ly index 8af9f332a7..ab2367b1c9 100644 --- a/ly/norsk.ly +++ b/ly/norsk.ly @@ -1,107 +1,23 @@ - -% $Id: norsk.ly,v 1.1 1998/03/25 11:38:28 arvidg Exp arvidg $ - -%{ - - 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. - - 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". - - 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 - -%} - -\notenames #'( - (ceses . ( -1 0 -2 )) - (cessess . ( -1 0 -2 )) - (ces . ( -1 0 -1 )) - (cess . ( -1 0 -1 )) - (c . ( -1 0 0 )) - (cis . ( -1 0 1 )) - (ciss . ( -1 0 1 )) - (cisis . ( -1 0 2 )) - (cississ . ( -1 0 2 )) - (deses . ( -1 1 -2 )) - (dessess . ( -1 1 -2 )) - (des . ( -1 1 -1 )) - (dess . ( -1 1 -1 )) - (d . ( -1 1 0 )) - (dis . ( -1 1 1 )) - (diss . ( -1 1 1 )) - (disis . ( -1 1 2 )) - (dississ . ( -1 1 2 )) - (eeses . ( -1 2 -2 )) - (eessess . ( -1 2 -2 )) - (eses . ( -1 2 -2 )) - (essess . ( -1 2 -2 )) - (ees . ( -1 2 -1 )) - (eess . ( -1 2 -1 )) - (es . ( -1 2 -1 )) - (ess . ( -1 2 -1 )) - (e . ( -1 2 0 )) - (eis . ( -1 2 1 )) - (eiss . ( -1 2 1 )) - (eisis . ( -1 2 2 )) - (eississ . ( -1 2 2 )) - (feses . ( -1 3 -2 )) - (fessess . ( -1 3 -2 )) - (fes . ( -1 3 -1 )) - (fess . ( -1 3 -1 )) - (f . ( -1 3 0 )) - (fis . ( -1 3 1 )) - (fiss . ( -1 3 1 )) - (fisis . ( -1 3 2 )) - (fississ . ( -1 3 2 )) - (geses . ( -1 4 -2 )) - (gessess . ( -1 4 -2 )) - (ges . ( -1 4 -1 )) - (gess . ( -1 4 -1 )) - (g . ( -1 4 0 )) - (g . ( -1 4 0 )) - (gis . ( -1 4 1 )) - (giss . ( -1 4 1 )) - (gisis . ( -1 4 2 )) - (gississ . ( -1 4 2 )) - (aeses . ( -1 5 -2 )) - (aessess . ( -1 5 -2 )) - (ases . ( -1 5 -2 )) - (assess . ( -1 5 -2 )) - (aes . ( -1 5 -1 )) - (aess . ( -1 5 -1 )) - (as . ( -1 5 -1 )) - (ass . ( -1 5 -1 )) - (a . ( -1 5 0 )) - (ais . ( -1 5 1 )) - (aiss . ( -1 5 1 )) - (aisis . ( -1 5 2 )) - (aississ . ( -1 5 2 )) - (bes . ( -1 6 -2 )) - (bess . ( -1 6 -2 )) - (b . ( -1 6 -1 )) - (b . ( -1 6 -1 )) - (h . ( -1 6 0 )) - (his . ( -1 6 1 )) - (hiss . ( -1 6 1 )) - (hisis . ( -1 6 2 )) - (hississ . ( -1 6 2 )) -) - - - -\version "1.3.96"; +%%%% common Norwegian 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 "norsk"