X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fitaliano.ly;h=19b5ce05e0113a532f39c22e8f996d7ddbdabf46;hb=f5513292d02f4ea62c8b8e1736dada562d3c662f;hp=13c4c17634f25afe824ccaa7031d868ed42f79ea;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/ly/italiano.ly b/ly/italiano.ly index 13c4c17634..19b5ce05e0 100644 --- a/ly/italiano.ly +++ b/ly/italiano.ly @@ -1,15 +1,45 @@ +%%%% common Italian names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1998--2010 Paolo Zuliani +%%%% Eric Wurbel +%%%% (additions for semi-sharps and semi-flats) +%%%% +%%%% 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 italian names for notes. "b" means flat (bemolle), "d" means sharp (diesis) and "s" means semi- (semi-). - Adapted from dutch.ly. - English: a b c d e f g - Italian: la si do re mi fa sol + b = flat (bemolle) + bb = double-flat + sb = quarter-tone flat (semi-bemolle) + bsb = three-quarter-tones flat - For french naming just change 'do' in 'ut'. -%} + d = sharp (diesis) + dd = double-sharp + sd = quarter-tone sharp (semi-diesis) + dsd = three-quarter-tones sharp + + English: c d e f g a b + Italian: do re mi fa sol la si -% contributed by Paolo Zuliani <> -% additions for semi-sharps and semi-flats by Eric Wurbel <> + Adapted from nederlands.ly. + + For french naming just change 'do' to 'ut'. + +%} pitchnamesItaliano = #`( (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -86,6 +116,4 @@ pitchnamesItaliano = #`( pitchnames = \pitchnamesItaliano -\version "2.10.0" - #(ly:parser-set-note-names parser pitchnames)