lilypond-user
[Top][All Lists]
Advanced

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

MIDI dynamics


From: Hilary Snaden
Subject: MIDI dynamics
Date: Sun, 4 Feb 2018 00:55:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

I have been trying to get LilyPond to generate MIDI versions of some piano music. The music script renders nicely, and there are no errors or warnings, but the MIDI file plays with no dynamics at all. What am I doing wrong? (LilyPond 2.18.2.)

\score {
  \unfoldRepeats
  \new Staff
  <<
    { \tempo 4=86 }
    \new Voice = "v1" {
      \set Staff.midiInstrument = "Acoustic grand"
      \set Staff.midiMinimumVolume = #0.2
      \set Staff.midiMaximumVolume = #0.8
      \upper
    }
    \new Voice = "v2" {
      \set Staff.midiInstrument = "Acoustic grand"
      \set Staff.midiMinimumVolume = #0.2
      \set Staff.midiMaximumVolume = #0.8
      \lower
    }
    \new Dynamics \pianodynamics
  >>
  \midi { }
}




reply via email to

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