Thanks for your patience. It was a pleasure to help. (but wasn't easy for me).
--- Mar 30/6/09, Graham Percival <gra...@percival-music.ca> ha scritto: Da: Graham Percival <gra...@percival-music.ca> Oggetto: Re: espanol.ly minimal additions A: "Massimiliano G. G." <mxg...@yahoo.it> Data: Martedì 30 giugno 2009, 08:09 Thanks, both patches applied. Cheers, - Graham On Sun, Jun 28, 2009 at 09:25:52AM +0000, Massimiliano G. G. wrote: > Ok let's see: > > I made changes in pitches.ly for section 1.1.1 (NR) > in section: 1.1.1. Writing pitches > subsection: Note names in other languages > in "accidental suffixes" table I've added (/-x): > espanol.ly -s -b -ss/-x -bb > > and in "Languaje File semi-sharp semi-flat sesqui-sharp sesqui-flat" table > added: > espanol-ly -cs -cb -tcs -tcb > > Patch added. Is correct? > > > --- Ven 26/6/09, Graham Percival <gra...@percival-music.ca> ha scritto: > > > Da: Graham Percival <gra...@percival-music.ca> > Oggetto: Re: espanol.ly minimal additions > A: "Massimiliano G. G." <mxg...@yahoo.it> > Data: Venerd 26 giugno 2009, 22:13 > > Looks good, but I have two more requests: > 1) Could you add these instructions to the docs? (NR > 1.1.something) > > 2) Could you use git-diff to create the patch? Again, > instructions are in the CG. > > The second point isn't vital, but it would be nice. > > Cheers, > - Graham > > On Fri, Jun 26, 2009 at 12:25:09PM +0000, Massimiliano G. G. wrote: > > > > The patch added. My first use of git, I hope all ok. > > > > --- Ven 26/6/09, Graham Percival <gra...@percival-music.ca> ha scritto: > > > > > > Da: Graham Percival <gra...@percival-music.ca> > > Oggetto: Re: espanol.ly minimal additions > > A: "Maximiliano" <mxg...@yahoo.it> > > Cc: lilypond-devel@gnu.org > > Data: Venerd 26 giugno 2009, 00:57 > > > > Could you send a patch? Instructions are in the CG. > > > > Cheers, > > - Graham > > > > On Thu, Jun 25, 2009 at 05:22:24PM +0000, Maximiliano wrote: > > > Hello I'd like to contribute sending (I dont know where, sorry if > this is > > not > > > the place) my espanol.ly, I have added: > > > > > > > > > From b07d679463494c9affb88e2b518003cc92dea8a0 Mon Sep 17 00:00:00 2001 > > From: Maximiliano <m...@intelacer.(none)> > > Date: Fri, 26 Jun 2009 14:00:06 +0200 > > Subject: [PATCH] minimal additions to espanol.ly > > > > --- > > ly/espanol.ly | 46 ++++++++++++++++++++++++++++++++++++++++++++-- > > 1 files changed, 44 insertions(+), 2 deletions(-) > > > > diff --git a/ly/espanol.ly b/ly/espanol.ly > > index 90305f6..432aa09 100644 > > --- a/ly/espanol.ly > > +++ b/ly/espanol.ly > > @@ -8,52 +8,94 @@ > > > > %} > > > > -% contributed by Carlos Garc??a Su??rez <<cgsc...@terra.es>> > > +%{ > > + > > + contributed by Carlos Garc??a Su??rez <<cgsc...@terra.es>> > > + > > + and contributed by Maximiliano G. G. <<mxg...@yahoo.it>> con: > > + doble alteraci??n alternativa, x para doble sostenido > > + cuartos de tono: tcb, cb, cs, tcs > > > > +%} > > > > -% For using "sostingut" notation, which is also correct > > pitchnamesEspanol = #`( > > (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) > > + (dotcb . ,(ly:make-pitch -1 0 THREE-Q-FLAT)) > > (dob . ,(ly:make-pitch -1 0 FLAT)) > > + (docb . ,(ly:make-pitch -1 0 SEMI-FLAT)) > > (do . ,(ly:make-pitch -1 0 NATURAL)) > > + (docs . ,(ly:make-pitch -1 0 SEMI-SHARP)) > > (dos . ,(ly:make-pitch -1 0 SHARP)) > > + (dotcs . ,(ly:make-pitch -1 0 THREE-Q-SHARP)) > > (doss . ,(ly:make-pitch -1 0 DOUBLE-SHARP)) > > + (dox . ,(ly:make-pitch -1 0 DOUBLE-SHARP)) > > > > (rebb . ,(ly:make-pitch -1 1 DOUBLE-FLAT)) > > + (retcb . ,(ly:make-pitch -1 1 THREE-Q-FLAT)) > > (reb . ,(ly:make-pitch -1 1 FLAT)) > > + (recb . ,(ly:make-pitch -1 1 SEMI-FLAT)) > > (re . ,(ly:make-pitch -1 1 NATURAL)) > > + (recs . ,(ly:make-pitch -1 1 SEMI-SHARP)) > > (res . ,(ly:make-pitch -1 1 SHARP)) > > + (retcs . ,(ly:make-pitch -1 1 THREE-Q-SHARP)) > > (ress . ,(ly:make-pitch -1 1 DOUBLE-SHARP)) > > + (rex . ,(ly:make-pitch -1 1 DOUBLE-SHARP)) > > > > (mibb . ,(ly:make-pitch -1 2 DOUBLE-FLAT)) > > + (mitcb . ,(ly:make-pitch -1 2 THREE-Q-FLAT)) > > (mib . ,(ly:make-pitch -1 2 FLAT)) > > + (micb . ,(ly:make-pitch -1 2 SEMI-FLAT)) > > (mi . ,(ly:make-pitch -1 2 NATURAL)) > > + (mics . ,(ly:make-pitch -1 2 SEMI-SHARP)) > > (mis . ,(ly:make-pitch -1 2 SHARP)) > > + (mitcs . ,(ly:make-pitch -1 2 THREE-Q-SHARP)) > > (miss . ,(ly:make-pitch -1 2 DOUBLE-SHARP)) > > + (mix . ,(ly:make-pitch -1 2 DOUBLE-SHARP)) > > > > (fabb . ,(ly:make-pitch -1 3 DOUBLE-FLAT)) > > + (fatcb . ,(ly:make-pitch -1 3 THREE-Q-FLAT)) > > (fab . ,(ly:make-pitch -1 3 FLAT)) > > + (facb . ,(ly:make-pitch -1 3 SEMI-FLAT)) > > (fa . ,(ly:make-pitch -1 3 NATURAL)) > > + (facs . ,(ly:make-pitch -1 3 SEMI-SHARP)) > > (fas . ,(ly:make-pitch -1 3 SHARP)) > > + (fatcs . ,(ly:make-pitch -1 3 THREE-Q-SHARP)) > > (fass . ,(ly:make-pitch -1 3 DOUBLE-SHARP)) > > + (fax . ,(ly:make-pitch -1 3 DOUBLE-SHARP)) > > > > (solbb . ,(ly:make-pitch -1 4 DOUBLE-FLAT)) > > + (soltcb . ,(ly:make-pitch -1 4 THREE-Q-FLAT)) > > (solb . ,(ly:make-pitch -1 4 FLAT)) > > + (solcb . ,(ly:make-pitch -1 4 SEMI-FLAT)) > > (sol . ,(ly:make-pitch -1 4 NATURAL)) > > + (solcs . ,(ly:make-pitch -1 4 SEMI-SHARP)) > > (sols . ,(ly:make-pitch -1 4 SHARP)) > > + (soltcs . ,(ly:make-pitch -1 4 THREE-Q-SHARP)) > > (solss . ,(ly:make-pitch -1 4 DOUBLE-SHARP)) > > + (solx . ,(ly:make-pitch -1 4 DOUBLE-SHARP)) > > > > (labb . ,(ly:make-pitch -1 5 DOUBLE-FLAT)) > > + (latcb . ,(ly:make-pitch -1 5 THREE-Q-FLAT)) > > (lab . ,(ly:make-pitch -1 5 FLAT)) > > + (lacb . ,(ly:make-pitch -1 5 SEMI-FLAT)) > > (la . ,(ly:make-pitch -1 5 NATURAL)) > > + (lacs . ,(ly:make-pitch -1 5 SEMI-SHARP)) > > (las . ,(ly:make-pitch -1 5 SHARP)) > > + (latcs . ,(ly:make-pitch -1 5 THREE-Q-SHARP)) > > (lass . ,(ly:make-pitch -1 5 DOUBLE-SHARP)) > > + (lax . ,(ly:make-pitch -1 5 DOUBLE-SHARP)) > > > > (sibb . ,(ly:make-pitch -1 6 DOUBLE-FLAT)) > > + (sitcb . ,(ly:make-pitch -1 6 THREE-Q-FLAT)) > > (sib . ,(ly:make-pitch -1 6 FLAT)) > > + (sicb . ,(ly:make-pitch -1 6 SEMI-FLAT)) > > (si . ,(ly:make-pitch -1 6 NATURAL)) > > + (sics . ,(ly:make-pitch -1 6 SEMI-SHARP)) > > (sis . ,(ly:make-pitch -1 6 SHARP)) > > + (sitcs . ,(ly:make-pitch -1 6 THREE-Q-SHARP)) > > (siss . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) > > + (six . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) > > + > > ) > > > > pitchnames = \pitchnamesEspanol > > -- > > 1.6.0.4 > > > > > > From 94f1696f678b7951779c3b6b1e051e1ed18e080f Mon Sep 17 00:00:00 2001 > From: Maximiliano <mxg...@yahoo.it> > Date: Sun, 28 Jun 2009 11:14:49 +0200 > Subject: [PATCH] Added minimal additions (for note names in espanol.ly) in NR > section 1.1.1 > > -x (=ss) -cs -cb -tcs and -tcb > --- > Documentation/user/pitches.itely | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/Documentation/user/pitches.itely > b/Documentation/user/pitches.itely > index d2c9829..25197a1 100644 > --- a/Documentation/user/pitches.itely > +++ b/Documentation/user/pitches.itely > @@ -500,7 +500,7 @@ and the accidental suffixes they define are: > @tab -s/-sharp @tab -f/-flat @tab -ss/-x/-sharpsharp > @tab -ff/-flatflat > @item @file{espanol.ly} > - @tab -s @tab -b @tab -ss @tab -bb > + @tab -s @tab -b @tab -ss/-x @tab -bb > @item @file{italiano.ly} > @tab -d @tab -b @tab -dd @tab -bb > @item @file{norsk.ly} > @@ -555,6 +555,8 @@ languages, no special names have been defined yet. > @tab -ih @tab -eh @tab -isih @tab -eseh > @item @file{english.ly} > @tab -qs @tab -qf @tab -tqs @tab -tqf > +...@item @file{espanol.ly} > + @tab -cs @tab -cb @tab -tcs @tab -tcb > @item @file{italiano.ly} > @tab -sd @tab -sb @tab -dsd @tab -bsb > @item @file{portugues.ly} > -- > 1.6.0.4 >
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel