Re: repeat with different dynamic - midi output

2016-11-14 Thread Pierre Perol-Schneider
Hi Gianmaria, How about: \score { { <>\p \frag <>\f \frag } \midi{}} HTH, Cheers, Pierre 2016-11-14 14:55 GMT+01:00 Gianmaria Lari : > > > On 14 November 2016 at 12:03, Bernhard Kleine > wrote: > >> Am 14.11.2016 um 11:16 schrieb Gianmaria

Re: repeat with different dynamic - midi output

2016-11-14 Thread Gianmaria Lari
On 14 November 2016 at 12:03, Bernhard Kleine wrote: > Am 14.11.2016 um 11:16 schrieb Gianmaria Lari: > > I have something like this: > > frag = { \repeat volta 2 {c'^\markup {p (2nd time: f)} d' e' f'}} > > \score {\frag \layout{}} > > \score {\unfoldRepeats \frag

Re: repeat with different dynamic - midi output

2016-11-14 Thread Bernhard Kleine
Am 14.11.2016 um 11:16 schrieb Gianmaria Lari: > I have something like this: > > frag = { \repeat volta 2 {c'^\markup {p (2nd time: f)} d' e' f'}} > > \score {\frag \layout{}} > > \score {\unfoldRepeats \frag \midi{}} > > > As you can see I mentioned in the markup that the first time

repeat with different dynamic - midi output

2016-11-14 Thread Gianmaria Lari
I have something like this: frag = { \repeat volta 2 {c'^\markup {p (2nd time: f)} d' e' f'}} \score {\frag \layout{}} \score {\unfoldRepeats \frag \midi{}} As you can see I mentioned in the markup that the first time the score should be played piano and the second forte. Is there any way to