Re: concatenating notes with a music expression

2018-05-14 Thread Gilles Thibault
Le 2018-05-12 00:16, Sirius Barras a écrit : I have a sequence of notes and a music expression. How could be done a function concatenating each element of the sequence with the music expression? For instance, if the sequence is {c b a } and the music expression is { f g } I would like to

Re: LilyPond and FontForge

2018-05-14 Thread Abraham Lee
Hi, foxfanfare! On Fri, May 11, 2018 at 3:02 PM, foxfanfare wrote: > foxfanfare wrote > Werner LEMBERG wrote > Hmm, I can't help here. No problem. I'll continue > my investigations! Thx! > > Finally! I did solve this problem and succeed to make modifications in the > fonts.

Re: Is it possible to run lilypond and not produce MIDIs?

2018-05-14 Thread Simon Albrecht
On 14.05.2018 20:27, Risto Vääräniemi wrote: Hi all, Well, the subject says pretty much all. It'd be nice to be able to run lilypond and disable MIDI generation with a flag or something (e.g. when producing the PDFs for printing in a designated folder). Is there a way? If any your scores

Re: Is it possible to run lilypond and not produce MIDIs?

2018-05-14 Thread Knute Snortum
I usually do it like this: \score { %... all the other stuff here layout{} } --- Knute Snortum (via Gmail) On Mon, May 14, 2018 at 11:28 AM Risto Vääräniemi wrote: > Hi all, > > Well, the subject says pretty much all. It'd be nice to be able to run > lilypond and

Is it possible to run lilypond and not produce MIDIs?

2018-05-14 Thread Risto Vääräniemi
Hi all, Well, the subject says pretty much all. It'd be nice to be able to run lilypond and disable MIDI generation with a flag or something (e.g. when producing the PDFs for printing in a designated folder). Is there a way? BR, Risto ___ lilypond-user

Re: disabling \break

2018-05-14 Thread Herbert Liechti
Thank your for all your suggestions. I'm now dealing with tags. This is very easy to use. Best regards 2018-05-09 10:56 GMT+02:00 Caagr98 : > If you want a more lightweight way to do it, this function should also > work: > ⋘ > removeBreaks = > #(define-music-function (mus)

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-14 Thread foxfanfare
Robert Kubosz wrote > Still I have question refering the breaks: is there any other method for > line breaking (preferably auto-breaking)? I don't understand your question. In your exemple, the breakings are working because you have added the barlines in your \repeat command. Then LP