Michael Dietz <michael.di...@mailbox.org> writes:

> 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:
>
> 1 Do I need to "make a moment" from 4 numbers just to pass it "AsMoment"?
>  Could I also pass something simpler like 65/2?
> 2 Is that the way to set midi tempo or could I just use \tempo here?

Is there a particular reason you are asking the mailing list instead of
just trying it out?

> 3 Why is this property not mentioned here?
>  https://lilypond.org/doc/v2.25/Documentation/internals/score How could I find
>  out?

Because this is not intended for anything but backward compatibility?

Why _would_ you want to find out how to use anything but the interfaces
intended to actually stay around?

-- 
David Kastrup


Reply via email to