X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fportugues.ly;h=d0422a837e5ef9441ab8bcd6ec15b28317d43ca6;hb=937229525549c0aedbc9e90e2466270a63c32e5e;hp=4810c855485ec84bf904d23eaefb40979004009a;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/ly/portugues.ly b/ly/portugues.ly index 4810c85548..d0422a837e 100644 --- a/ly/portugues.ly +++ b/ly/portugues.ly @@ -1,15 +1,41 @@ +%%%% common Portuguese names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2004--2010 Pedro Kröger +%%%% +%%%% 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" + %{ - Common Portuguese names for notes. "b" means flat (bemol), "s" means - sharp (sustenido). Adapted from espanol.ly and italian.ly. + b = flat (bemol) + bb = double-flat + bqt = quarter-tone flat + btqt = three-quarter-tones flat - English: a b c d e f g - Portuguese: la si do re mi fa sol + s = sharp (sustenido) + ss = double-sharp + sqt = quarter-tone sharp + stqt = three-quarter-tones sharp -%} + English: c d e f g a b + Portuguese: do re mi fa sol la si -% contributed by Pedro Kröger <> + Adapted from espanol.ly and italiano.ly. +%} pitchnamesPortuguese = #`( (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -86,6 +112,4 @@ pitchnamesPortuguese = #`( pitchnames = \pitchnamesPortuguese -\version "2.12.0" - #(ly:parser-set-note-names parser pitchnames)