X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fportugues.ly;h=d0422a837e5ef9441ab8bcd6ec15b28317d43ca6;hb=0d8a6a8ff518317b638a58328e8ef61e165ed058;hp=06fa38c2c394df18639255bf7b8a828a61f63bc9;hpb=31101e53e0ae7ce209fc1cfef10b202ed496f4df;p=lilypond.git diff --git a/ly/portugues.ly b/ly/portugues.ly index 06fa38c2c3..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.3.22" - #(ly:parser-set-note-names parser pitchnames)