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
automatically
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) (ly:music?)
> (
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
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 disable MIDI generation w
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 co
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. Werner did directed m
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 obta