Re: Identify included files

2020-05-22 Thread Michael Gerdau
>> Big deal. I won't ask what's in voiceTrombone.ily. > > A variable declaration. You know - EXACTLY THE SAME as C programmers > often stick in .h files ... I don’t think that’s correct. For one according to my understanding LP has no variable declarations whatsoever, only definitions. For

Re: Replace sub-string

2020-05-22 Thread Aaron Hill
On 2020-05-22 8:38 pm, Freeman Gilmore wrote: Is there a procedure, to replace 'all' occurrences of a sub-string within a string. with a string? If so please give an example. regexp-substitute/global [1] should do the job. [1]:

Replace sub-string

2020-05-22 Thread Freeman Gilmore
Is there a procedure, to replace 'all' occurrences of a sub-string within a string. with a string? If so please give an example. Thank you, ƒg

Re: italian list or forum

2020-05-22 Thread Federico Bruni
Il giorno ven 22 mag 2020 alle 20:48, Valentin Villenave ha scritto: Hey Federico, in case you end up opening a GNU mailing list, may I offer you some of my CSS overrides? Thanks, I will! Do you know how can I ask GNU to create a new mailing list?

Re: Lilypond svg output to stdout?

2020-05-22 Thread Curt McDowell
A way to output to stdout directly (on Linux):    $ ln -s /dev/stdout foo.svg    $ lilypond -dbackend=svg -o foo music.ly Regards, Curt On 5/5/2020 2:42 PM, David Wright wrote: On Sun 03 May 2020 at 12:22:31 (+0200), Valentin Villenave wrote: On 4/30/20, David Wright wrote: On Thu 30 Apr

Re: italian list or forum

2020-05-22 Thread Mario Bolognani
The french format looks more attractive. Best, Mario Mario Bolognani email: mario.bologn...@gmail.com www.baroquemusic.it > Il giorno 22 mag 2020, alle ore 20:48, Valentin Villenave > ha scritto: > > On 5/21/20, Federico Bruni wrote: >> What would you suggest to use? > > Hey Federico,

Re: Identify included files

2020-05-22 Thread Fr. Samuel Springuel
> On 21 May, 2020, at 9:08 PM, David Wright wrote: > > Look¹, I'm not the one making this analogy. I'm trying to make any > sense of it, and why this "dependency file" is being built. Well, perhaps it’s time to drop the analogy then and work with an example. For reference sake, let’s use the

Re: italian list or forum

2020-05-22 Thread Valentin Villenave
On 5/21/20, Federico Bruni wrote: > What would you suggest to use? Hey Federico, in case you end up opening a GNU mailing list, may I offer you some of my CSS overrides? Before: https://lists.gnu.org/mailman/listinfo/lilypond-user After: https://lists.gnu.org/mailman/listinfo/lilypond-user-fr

Re: registering a composition

2020-05-22 Thread Valentin Villenave
On 5/21/20, Francesco Petrogalli wrote: > In the spirit > of open source, I initially wanted to use a CC-BY license on the work, > then I read this and completely changed my mind. > https://www.ascap.com/playback/2007/FALL/FEATURES/creative_commons_licensing, > which somehow seems to contradict >

Re: bug in \caps

2020-05-22 Thread Valentin Villenave
On 5/22/20, Pierre Perol-Schneider wrote: > Hi Frédéric, > See: http://lilypond.org/doc/v2.19/Documentation/changes-big-page.html By the way Frédéric, do feel free to ask such questions on the -user-fr mailing list (assuming your subscription is still active). Both Pierre and I can be reached

Re: Tone cluster

2020-05-22 Thread Gianmaria Lari
> > \toneCluster f' ~ f'' ~ \toneCluster f' f'' > > should work. > Yes, it works :) Thanks Pierre! g.

Re: Tone cluster

2020-05-22 Thread Pierre Perol-Schneider
Hi Gianmaria, \toneCluster f' ~ f'' ~ \toneCluster f' f'' should work. Cheers, Pierre Le ven. 22 mai 2020 à 16:52, Gianmaria Lari a écrit : > Hello Klaus and Pierre, > > I tried to use your \toneCluster and it works perfectly for me. Now I > tried to use \toneCluster with tie like this: > >

Re: Tone cluster

2020-05-22 Thread Gianmaria Lari
Hello Klaus and Pierre, I tried to use your \toneCluster and it works perfectly for me. Now I tried to use \toneCluster with tie like this: \toneCluster f' f'' ~ \toneCluster f' f'' ... and it works well except it only add a single tie at the top. Is there any way to add a lower and upper

Re: italian list or forum

2020-05-22 Thread Mario Bolognani
Good idea, I am interested. Mario Bolognani email: mario.bologn...@gmail.com www.baroquemusic.it > Il giorno 22 mag 2020, alle ore 13:54, Gianmaria Lari > ha scritto: > > Ciao Federico, > > [...] As I'm seeing more and more italians here (and also on Frescobaldi > mailing list), I think

Re: Is it possible to specify a temporary directory instead of /tmp?

2020-05-22 Thread Frédéric
> You may set the TMPDIR environment variable when calling lilypond: > > TMPDIR=~/tmp lilypond --verbose file.ly wonderful! Thanks

Re: registering a composition

2020-05-22 Thread Gilles Sadowski
Hi. Le jeu. 21 mai 2020 à 19:57, Francesco Petrogalli a écrit : > > OK, thank you all for the kind reply. > > Here is my understanding, just double cheking with you guys is my > reasoning is right. I can't follow the whole reasoning (see below), but the conclusion seems nevertheless utterly

Re: Is it possible to specify a temporary directory instead of /tmp?

2020-05-22 Thread Federico Bruni
Il giorno ven 22 mag 2020 alle 11:11, Frédéric ha scritto: Hi, I'm trying to generate scores from a web page but my http server (apache) is not allowed to write in /tmp (SELinux). I am allowed to write in a specific directory where I save the .ly and .pdf but lilypond generates the

Re: italian list or forum

2020-05-22 Thread Gianmaria Lari
Ciao Federico, [...] As I'm seeing more and more italians here (and also on Frescobaldi > mailing list), I think it's the moment to create a new italian > "community place". > Please let me know if you are interested. > Interested. No preference regarding Mailing list on gnu.org or google

Re: Position of accidentals in chords

2020-05-22 Thread Caio Barros
Em qui., 21 de mai. de 2020 às 15:34, Owen Lamb escreveu: > Hi Caio, > > I'm not sure if there's a way to customize the coded order of accidentals, > and for some reason tweaking the X-offset property doesn't seem to work > either. In your case, making a couple of manual tweaks to the flat's and

Re: Identify included files

2020-05-22 Thread Wols Lists
On 22/05/20 02:08, David Wright wrote: > On Thu 21 May 2020 at 17:54:38 (+0100), antlists wrote: >> On 21/05/2020 16:36, David Wright wrote: >>> On Thu 21 May 2020 at 13:57:00 (+0100), antlists wrote: > >> I have tried accidentally >> to do things like "lilypond voiceTrombone.ily" and it blew up

Re: bug in \caps

2020-05-22 Thread Werner LEMBERG
>> > \caps does not work with non ASCII characters: >> >> Irrespective of the problem, the character 'é' is *not* part of >> ASCII. The ASCII character is quite an old 7bit character set, >> approximately what we have today in Unicode at positions U+ to >> U+007F. > > yes, this is why I

Is it possible to specify a temporary directory instead of /tmp?

2020-05-22 Thread Frédéric
Hi, I'm trying to generate scores from a web page but my http server (apache) is not allowed to write in /tmp (SELinux). I am allowed to write in a specific directory where I save the .ly and .pdf but lilypond generates the postscript file /tmp which fails when ran from the web site. Can I specify

Re: bug in \caps

2020-05-22 Thread Frédéric
> See: http://lilypond.org/doc/v2.19/Documentation/changes-big-page.html > %\version "2.20.0" > \version "2.19.84" > \markup{ \override #'(font-features . ("smcp")) "Blée" } You're right, that works although the size of É and E looks strange. Thanks for the help. F

Re: bug in \caps

2020-05-22 Thread Frédéric
> > \caps does not work with non ASCII characters: > > Irrespective of the problem, the character 'é' is *not* part of ASCII. > The ASCII character is quite an old 7bit character set, approximately > what we have today in Unicode at positions U+ to U+007F. yes, this is why I wrote it did not

Re: Tie/slur variable thickness vs shape

2020-05-22 Thread Pierre Perol-Schneider
Yes it does, thank you Kevin! Cheers, Pierre Le ven. 22 mai 2020 à 09:21, Kevin Barry a écrit : > On Fri, 2020-05-22 at 07:16 +0200, Pierre Perol-Schneider wrote: > > Hi, > > I'm using Abraham's function: http://lsr.di.unimi.it/LSR/Item?id=1028 > > However, the overrides are killed by the shape

Re: Tie/slur variable thickness vs shape

2020-05-22 Thread Kevin Barry
On Fri, 2020-05-22 at 07:16 +0200, Pierre Perol-Schneider wrote: > Hi, > I'm using Abraham's function: http://lsr.di.unimi.it/LSR/Item?id=1028 > However, the overrides are killed by the shape adjustment: > > Any idea how to avoid that? > TIA, cheers, > Pierre Hi Pierre, Does this solve the

Re: bug in \caps

2020-05-22 Thread Werner LEMBERG
> \caps does not work with non ASCII characters: > \version "2.19.84" > \markup { \caps "Blée" } > In this example, the 3rd character "é" is not converted to É. > Kind regards, Irrespective of the problem, the character 'é' is *not* part of ASCII. The ASCII character is quite an old 7bit