]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/italiano.ly
Merge branch 'metronome'
[lilypond.git] / ly / italiano.ly
index e59f8fc78f7cd08a036594eb9640b40314a21088..19b5ce05e0113a532f39c22e8f996d7ddbdabf46 100644 (file)
@@ -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 <zuliap@easynet.it>
+%%%%                Eric Wurbel <wurbel@univ-tln.fr>
+%%%%                  (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 <http://www.gnu.org/licenses/>.
+
+\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 <<zuliap@easynet.it>>
-% additions for semi-sharps and semi-flats by Eric Wurbel <<wurbel@univ-tln.fr>>
+  Adapted from nederlands.ly.
+
+  For french naming just change 'do' to 'ut'.
+
+%}
 
 pitchnamesItaliano = #`(
        (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
@@ -86,4 +116,4 @@ pitchnamesItaliano = #`(
 
 pitchnames = \pitchnamesItaliano
 
-\version "2.1.30"
+#(ly:parser-set-note-names parser pitchnames)