Invisible midi layer for specific measures

2019-11-11 Thread Paolo Prete
Hello, please, consider this snippet: http://lilybin.com/ttlid3/1 I would like to add an invisible midi layer of notes to the previous ones so that I can obtain, when required, effects (for example: the tremolo) that are not provided by default, without using the "articulate" script. In the p

Re: Invisible midi layer for specific measures

2019-11-11 Thread karl
Paolo: ... > I would like to add an invisible midi layer of notes to the > previous ones ... Use this template: \score { << % displayed music >> \layout { } } \score { \unfoldRepeats << % midi music >> \midi { } }

Re: Invisible midi layer for specific measures

2019-11-11 Thread Paolo Prete
Thank you Karl for your help. However, in the way you suggested, I have to repeat the music of the first \score block into the second \score block for the first and third measure of my snippet. I would like to avoid this redundancy, and I would like to specify the notes of "custom" generated mi

Re: Invisible midi layer for specific measures

2019-11-11 Thread Aaron Hill
On 2019-11-11 12:16 pm, Paolo Prete wrote: Thank you Karl for your help. However, in the way you suggested, I have to repeat the music of the first \score block into the second \score block for the first and third measure of my snippet. I would like to avoid this redundancy, and I would like to s

Re: Invisible midi layer for specific measures

2019-11-11 Thread Paolo Prete
Thanks Aaron, it worked perfectly. Il lunedì 11 novembre 2019, 21:29:36 CET, Aaron Hill ha scritto: On 2019-11-11 12:16 pm, Paolo Prete wrote: > Thank you Karl for your help. > However, in the way you suggested, I have to repeat the music of the > first \score block into the second \sco