On 18 October 2017 at 23:43, Flaming Hakama by Elaine <
ela...@flaminghakama.com> wrote:
>
> []
>
> Here is an common approch: use tags to identify content that is
> MIDI-specific, as well as PDF-specific. []
>
Thank you Flaming and Johan for your help! Yes, I will use the tag
technique.
> From: Gianmaria Lari
> To: lilypond-user
>
> Date: Wed, 18 Oct 2017 14:10:57 +0200
> Subject: midi \breathe
> I would like to introduce a small breath in the midi file. I tried using
> the \breathe command with \articulate script like in the following code
>
> \version "2.19.65"
> \include
In sitations like this, I use tags.
Something similar to this:
music = {
...
\tag #'midiOnly { c8. r16 } \tag #'scoreOnly { c4 }
...
}
\score {
\articulate \removeWithTag #'midiOnly \music
\layout {}
}
\score {
\articulate \removeWithTag #'scoreOnly \unfoldRep
On 18 October 2017 at 15:17, Ben wrote:
> On 10/18/2017 8:10 AM, Gianmaria Lari wrote:
>
> I would like to introduce a small breath in the midi file. I tried using
> the \breathe command with \articulate script like in the following
> code[]
>
>
> I think I understand your question - you'
On 10/18/2017 8:10 AM, Gianmaria Lari wrote:
I would like to introduce a small breath in the midi file. I tried
using the \breathe command with \articulate script like in the
following code
I could put a partial measure with a pause in the midi like this
\version "2.19.65"
\include "artic