There used to be a way... dynamics in Midi

2015-10-01 Thread Edward Ardzinski
As I have evolved using LP I've become very modular.  One of the last things
I was working on before my computer crash was a serial/tone row thing, so
that's where I picked up.

So I have my upper and lower parts, and a drum part...I remember that there
was a way to assign dynamics to each part, so the upper part would come in
at mf, while the lower part starts at mp...and at bar 21 the upper part has
become p, and the lower part is a mf

Does this make sense to anybody?

my score block...

\score {
  <<
% score layout

\context Voice = "one"
{
\set Staff.midiInstrument = #"flute"
\transpose c c' \vcTwo
}

\context Voice = "two"
{
\set Staff.midiInstrument = #"bassoon"
\transpose c c, \vcOne
}

\new DrumStaff
<<
\new DrumVoice { \voiceOne \dh }
\new DrumVoice { \voiceTwo \dl }
>>

  >>

 %\layout { \context { \Staff \RemoveEmptyStaves } }
 \midi { \tempo 4 = 144 }
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/There-used-to-be-a-way-dynamics-in-Midi-tp181832.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: There used to be a way... dynamics in Midi

2015-10-01 Thread Edward Ardzinski
I've figured it out, and it's probably the same as in my way-back machine. 
Now the skill will be writing good, accurate dynamics.

Here's my score block, with dynBass and dynDrums my dynamics variables.  And
yes, I know I have the first context as voice two...

\score {
<<

\context Voice = "two"
{
<<\set Staff.midiInstrument = #"acoustic bass" \bass  \dynBass>>
}

\new DrumStaff
<<
\new DrumVoice { \voiceOne <<\dh \dynDrums>> }
\new DrumVoice { \voiceTwo <<\dl \dynDrums>> }
>>
>>

  %\layout { \context { \Staff \RemoveEmptyStaves } }
  \midi { \tempo 4 = 144 }
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/There-used-to-be-a-way-dynamics-in-Midi-tp181832p181858.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user