Re: Set midi volume per voice?

2013-05-11 Thread ghe
Is it possible to set the volume of the midi tracks for each different track? Till now I have: one = { a b c d } two = { d e f g } global = { \key b \minor } \score { \new Staff \new Voice = vone { \voiceOne \global \one } \new Voice = vtwo { \voiceTwo \global \two } \midi {

Re: Set midi volume per voice?

2013-05-11 Thread Nathan
On Fri, May 10, 2013 at 4:20 PM, g...@sdf.org wrote: Hi list, Is it possible to set the volume of the midi tracks for each different track? (Sorry, I had this message in Drafts and I forgot to send it.) Use midiMinimumVolume and midiMaximumVolume to set the volume ranges of each staff or

Re: Set midi volume per voice?

2013-05-11 Thread ghe
Thank you, Nathan! Use midiMinimumVolume and midiMaximumVolume to set the volume ranges of each staff or voice. They don't seem to have any effect if you don't place any dynamics. This is exactly the information I was missing. \score {       \new Staff \with {      

Set midi volume per voice?

2013-05-10 Thread ghe
Hi list, Is it possible to set the volume of the midi tracks for each different track? Till now I have: one = { a b c d } two = { d e f g } global = { \key b \minor } \score { \new Staff \new Voice = vone { \voiceOne \global \one } \new Voice = vtwo { \voiceTwo \global \two }