lilypond-user
[Top][All Lists]
Advanced

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

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


From: Edward Ardzinski
Subject: Re: There used to be a way... dynamics in Midi
Date: Thu, 1 Oct 2015 10:17:40 -0700 (MST)

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.



reply via email to

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