]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/espanol.ly
Web: tune second navigation bar and complete i18n
[lilypond.git] / ly / espanol.ly
index 432aa09dba8b23a8b4d6ac76314062e83bee9b6f..8a88833f1fb08d233c53241c60030ae2332f5b7b 100644 (file)
@@ -1,20 +1,42 @@
-%{
+%%%% common Spanish names for notes
+%%%% This file is part of LilyPond, the GNU music typesetter.
+%%%%
+%%%% Copyright (C) 2002--2009 Carlos García Suárez <cgscqmp@terra.es>
+%%%%                Maximiliano G. G. <mxgdvg@yahoo.it>
+%%%%                  (double-flats, double-sharps, quarter-tones, etc.)
+%%%%
+%%%% 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/>.
 
- Common Spanish names for notes. "b" means flat (bemol), "s" means sharp (sostenido).
- Adapted from italiano.ly.
+\version "2.12.0"
 
- English: a   b   c   d   e   f   g
- Spanish: la  si  do  re  mi  fa  sol
+%{
 
-%}
+  b   = flat (bemol)
+  bb  = double-flat
+  cb  = quarter-tone flat (cuarto [de tono de] bemol)
+  tcb = three-quarter-tones flat (tres cuartos [de tonos de] bemol)
 
-%{
+  s   = sharp (sostenido)
+  x   = double-sharp
+  ss  = double-sharp
+  cs  = quarter-tone sharp (cuarto [de tono de] sostenido)
+  tcs = three-quarter-tones sharp (tres cuartos [de tonos de] sostenido)
+
+  English: c   d   e   f   g   a   b
+  Spanish: do  re  mi  fa  sol la  si
 
- contributed by Carlos García Suárez <<cgscqmp@terra.es>>
- and contributed by Maximiliano G. G. <<mxgdvg@yahoo.it>> con:
- doble alteración alternativa, x para doble sostenido
- cuartos de tono: tcb, cb, cs, tcs
+  Adapted from italiano.ly.
 
 %}
 
@@ -100,6 +122,4 @@ pitchnamesEspanol = #`(
 
 pitchnames = \pitchnamesEspanol
 
-\version "2.12.0"
-
 #(ly:parser-set-note-names parser pitchnames)