Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-25 Thread k-ohara5a5a
There seems to be a way to do this as a simple expansion of capabilities, so you do need to change existing input files. Have \language"français" accept 'ré', and also 're' for backward compatibility with the former use of Italian names. https://codereview.appspot.com/239930043/diff/40001/Docum

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread David Kastrup
Valentin Villenave writes: > So, my guess would be that we *could* start recommending \language > "español" rather than \language "espanol" since both syntaxes have > been available for some time now, and both will still work anyway for > the time being. > > Unless the non-ASCII chars are a probl

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread Valentin Villenave
On Mon, May 18, 2015 at 9:52 PM, David Kastrup wrote: > We are recommending "español" over "espanol"? Says who? Sorry. I should have said: we’re _likely_ to recommend "español" over "espanol" in the future, now that the syntax allows it. You said yourself that people had been getting annoyed at

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread David Kastrup
Valentin Villenave writes: > On Mon, May 18, 2015 at 9:20 PM, Francisco Vila wrote: >> Besides, this is the status for Spanish users: 'ñ' is a non-shift-needing >> key in a very prominent place. On the contrary, the very lilypondish '{}[]\' >> set are all hidden under AltGr. > > Likewise here. >

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread Valentin Villenave
On Mon, May 18, 2015 at 9:20 PM, Francisco Vila wrote: > Besides, this is the status for Spanish users: 'ñ' is a non-shift-needing > key in a very prominent place. On the contrary, the very lilypondish '{}[]\' > set are all hidden under AltGr. Likewise here. > I don't oppose but the alias is che

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread Francisco Vila
El 18/05/2015 20:20, escribió: > > On 2015/05/18 17:38:22, dak wrote: >> >> It does not have non-ASCII notenames, so you might end up with > > "español" being >> >> the only non-ASCII word in the file > > > How much of a potential problem is it? Even in the absence of non-ASCII > chars, users are

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread dak
On 2015/05/18 18:20:20, Valentin Villenave wrote: On 2015/05/18 17:38:22, dak wrote: > It does not have non-ASCII notenames, so you might end up with "español" being > the only non-ASCII word in the file How much of a potential problem is it? Even in the absence of non-ASCII chars, users a

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread v . villenave
On 2015/05/18 17:38:22, dak wrote: It does not have non-ASCII notenames, so you might end up with "español" being the only non-ASCII word in the file How much of a potential problem is it? Even in the absence of non-ASCII chars, users are already strongly encouraged to use UTF8 encoding in th

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread dak
On 2015/05/18 17:08:20, Valentin Villenave wrote: https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely File Documentation/notation/pitches.itely (right): https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely#newcode492 Documentat

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread v . villenave
https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely File Documentation/notation/pitches.itely (right): https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely#newcode492 Documentation/notation/pitches.itely:492: @item @code{francais}

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread dak
https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely File Documentation/notation/pitches.itely (right): https://codereview.appspot.com/239930043/diff/1/Documentation/notation/pitches.itely#newcode492 Documentation/notation/pitches.itely:492: @item @code{francais}

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-18 Thread dak
https://codereview.appspot.com/239930043/diff/1/scm/define-note-names.scm File scm/define-note-names.scm (right): https://codereview.appspot.com/239930043/diff/1/scm/define-note-names.scm#newcode566 scm/define-note-names.scm:566: (rébb . ,(ly:make-pitch -1 1 DOUBLE-FLAT)) It would seem to me tha

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-17 Thread dak
On 2015/05/17 09:44:52, Valentin Villenave wrote: On 2015/05/17 08:39:00, dak wrote: > Well, with notenames like "re" it should have been \language > "francais"... I think we even had this at one time. No wait, that was > "espanol". Yes. "español" is aliased to "espanol", and "français" is

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-17 Thread v . villenave
On 2015/05/17 08:39:00, dak wrote: Well, with notenames like "re" it should have been \language "francais"... I think we even had this at one time. No wait, that was "espanol". Yes. "español" is aliased to "espanol", and "français" is now aliased to "francais" in the same way. It's actual

Re: Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-17 Thread David Kastrup
v.villen...@gmail.com writes: > Reviewers: , > > Message: > Greetings everybody, > here’s an itch I’ve been wanting to scratch for the past decade or so: > as a French user, having to type "re" instead of "ré" feels unnatural > (and it still does after ten years); it is not uncommon that my scores

Add French-specific note names (issue 239930043 by v.villen...@gmail.com)

2015-05-17 Thread v . villenave
Reviewers: , Message: Greetings everybody, here’s an itch I’ve been wanting to scratch for the past decade or so: as a French user, having to type "re" instead of "ré" feels unnatural (and it still does after ten years); it is not uncommon that my scores fail to compile because I’ve inadvertently