X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fportugues.ly;h=b7e5cfcb8b33127d2281154fd894b08fcdf2d35a;hb=cad8bec93311f8cbcc0b420fb5c93c0311df8979;hp=06fa38c2c394df18639255bf7b8a828a61f63bc9;hpb=31101e53e0ae7ce209fc1cfef10b202ed496f4df;p=lilypond.git diff --git a/ly/portugues.ly b/ly/portugues.ly index 06fa38c2c3..b7e5cfcb8b 100644 --- a/ly/portugues.ly +++ b/ly/portugues.ly @@ -1,15 +1,29 @@ +%%%% portugues.ly -- common Portuguese names for notes +%%%% +%%%% source file of the GNU LilyPond music typesetter +%%%% +%%%% (c) 2004--2009 Pedro Kröger + +\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 +100,4 @@ pitchnamesPortuguese = #`( pitchnames = \pitchnamesPortuguese -\version "2.3.22" - #(ly:parser-set-note-names parser pitchnames)