X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fsvenska.ly;h=85ca0f8919351e13c3689807558de774ddbb1ff4;hb=151661b40b650bab2be7087d07b21012ca826432;hp=260638994f180f5b7356f4d4853ab61d0d6a1dae;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/ly/svenska.ly b/ly/svenska.ly index 260638994f..85ca0f8919 100644 --- a/ly/svenska.ly +++ b/ly/svenska.ly @@ -1,7 +1,35 @@ -% -% common Swedish names for notes. "ess" means flat, "iss" means sharp -% -% by Mats Bengtsson. +%%%% common Swedish names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1997--2010 Mats Bengtsson +%%%% +%%%% 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 . + +\version "2.12.0" + +%{ + + ess = flat + essess = double-flat + + iss = sharp + ississ = double-sharp + + English: c d e f g a bf b + Swedish: c d e f g a b h + +%} pitchnamesSvenska = #`( (cessess . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -42,6 +70,5 @@ pitchnamesSvenska = #`( ) pitchnames = \pitchnamesSvenska -\version "2.12.0" #(ly:parser-set-note-names parser pitchnames)