Re: Re: midi \breathe

2017-10-19 Thread Gianmaria Lari
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

Re: Re: midi \breathe

2017-10-18 Thread Flaming Hakama by Elaine
> From: Gianmaria Lari <gianmarial...@gmail.com> > To: lilypond-user <lilypond-user@gnu.org> > > 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 com

Re: midi \breathe

2017-10-18 Thread Johan Vromans
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

Re: midi \breathe

2017-10-18 Thread Gianmaria Lari
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

Re: midi \breathe

2017-10-18 Thread Ben
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

midi \breathe

2017-10-18 Thread Gianmaria Lari
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 "articulate.ly" music = \fixed c' { c4 d e f \breathe c4 d e f } \score { \articulate \music \layout {}