Hi,
I have this section in my score
\context Staff = "mel" {
\set Score.midiMinimumVolume = #0.5
\set Score.midiMaximumVolume = #0.5
\set Score.tempoWholesPerMinuteAsMoment = #(ly:make-moment 65 2 0 0)
\set Staff.midiMinimumVolume = #0.8
\set Staff.midiMaximumVolume = #1.0
\set Staff.midiInstrument = $midiInstrument
}
convertly changed "tempoWholesPerMinute" to "tempoWholesPerMinuteAsMoment"
I have three questions:
- Do I need to "make a moment" from 4 numbers just to pass it "AsMoment"? Could I also pass something simpler like 65/2?
- Is that the way to set midi tempo or could I just use \tempo here?
- Why is this property not mentioned here? https://lilypond.org/doc/v2.25/Documentation/internals/score How could I find out?
Best, Michael