lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: midiExpression in voices with Staff_performer


From: Leo Correia de Verdier
Subject: Re: midiExpression in voices with Staff_performer
Date: Mon, 15 Apr 2019 23:36:38 +0200

Dear list! 

Can any of you check this for possible mistakes so I can rule out myself as 
source of error before I send it in as a bug report?

Love
/Leo


> 11 feb. 2019 kl. 11:14 skrev Leo Correia de Verdier <address@hidden>:
> 
> Dear list!
> 
> I’m trying to add different midiExpressions to a staff with two voices on 
> different midi channels. The problem I have is that \set midiExpression only 
> seems to work if placed before the first note of a voice. Subsequent \set-s 
> don’t appear in the output midi file. The following \set midiExpression works 
> as long as Staff_performer is in its original place in the staff context, but 
> I can’t get it to work with it moved to Voice. I still think it is something 
> I’m doing wrong, but it might be a bug.
> 
> \version "2.19.82"
> \score {
>  \new Staff <<
>    \new Voice \relative c''' {
>      \set midiExpression = #.1
>      \voiceOne
>      g1 
>      \set midiExpression = #.4 %this doesn't make it to the output midi file
>      e 
>    }
>    \new Voice \relative c'' {
>      \voiceTwo
>      b1 c
>    } >>
>  \layout { }
>  \midi {
>    \context {
>      \Staff
>      \remove "Staff_performer"
>    }
>    \context {
>      \Voice
>      \consists "Staff_performer"
>    }
>  }
> }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]