X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fitaliano.ly;h=da756740c6ae86df082816a5221732532187d7b5;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=e8bd6b48848effa74f16ce92c4c08043cee2118b;hpb=c7205110d9cf8c4acb6149047f1674e2aa1a348b;p=lilypond.git diff --git a/ly/italiano.ly b/ly/italiano.ly index e8bd6b4884..da756740c6 100644 --- a/ly/italiano.ly +++ b/ly/italiano.ly @@ -1,51 +1,23 @@ -%{ - Common italian names for notes. "b" means flat (bemolle), "d" means sharp (diesis) - Adapted from dutch.ly. +%%%% common Italian names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2010--2014 Valentin Villenave +%%%% +%%%% 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 . - English: a b c d e f g - Italian: la si do re mi fa sol +%%%% Legacy file. (see scm/define-note-names.scm) - For french naming just change 'do' in 'ut'. -%} +\version "2.16.0" -% contributed by Paolo Zuliani - -\notenames { - (dobb . ( -1 0 -2 )) - (dob . ( -1 0 -1 )) - (do . ( -1 0 0 )) - (dod . ( -1 0 1 )) - (dodd . ( -1 0 2 )) - (rebb . ( -1 1 -2 )) - (reb . ( -1 1 -1 )) - (re . ( -1 1 0 )) - (red . ( -1 1 1 )) - (redd . ( -1 1 2 )) - (mibb . ( -1 2 -2 )) - (mib . ( -1 2 -1 )) - (mi . ( -1 2 0 )) - (mid . ( -1 2 1 )) - (midd . ( -1 2 2 )) - (fabb . ( -1 3 -2 )) - (fab . ( -1 3 -1 )) - (fa . ( -1 3 0 )) - (fad . ( -1 3 1 )) - (fadd . ( -1 3 2 )) - (solbb . ( -1 4 -2 )) - (solb . ( -1 4 -1 )) - (sol . ( -1 4 0 )) - (sold . ( -1 4 1 )) - (soldd . ( -1 4 2 )) - (labb . ( -1 5 -2 )) - (lab . ( -1 5 -1 )) - (la . ( -1 5 0 )) - (lad . ( -1 5 1 )) - (ladd . ( -1 5 2 )) - (sibb . ( -1 6 -2 )) - (sib . ( -1 6 -1 )) - (si . ( -1 6 0 )) - (sid . ( -1 6 1 )) - (sidd . ( -1 6 2 )) -} - -\version "1.3.38"; +\language "italiano"