X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnorsk.ly;h=b735cad6e5d3be854869f0f734a8cf142b4adb97;hb=e62c1e205cd619afcc43fd8c8a9a2c5a093b508e;hp=76db0ec2cc5b1b099b3f9cc3323335cb13397190;hpb=169a91c8514e3dcea29d1aa01653a684fb60457d;p=lilypond.git diff --git a/ly/norsk.ly b/ly/norsk.ly index 76db0ec2cc..b735cad6e5 100644 --- a/ly/norsk.ly +++ b/ly/norsk.ly @@ -1,29 +1,37 @@ +%%%% common Norwegian names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1998--2009 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 %} @@ -102,9 +110,6 @@ pitchnamesNorsk = #`( (hississ . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) ) - -pitchnames =\pitchnamesNorsk - -\version "2.10.0" +pitchnames = \pitchnamesNorsk #(ly:parser-set-note-names parser pitchnames)