X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fitaliano.ly;h=19b5ce05e0113a532f39c22e8f996d7ddbdabf46;hb=19b37df119ff6ca84421d984fe1d33112ad08299;hp=c22292b827b5ec0762f6c3403df4345215a3554d;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/ly/italiano.ly b/ly/italiano.ly index c22292b827..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.12.0" - #(ly:parser-set-note-names parser pitchnames)