lilypond-user
[Top][All Lists]
Advanced

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

Re: default midi output tempo


From: SoundsFromSound
Subject: Re: default midi output tempo
Date: Mon, 18 Sep 2017 05:14:36 -0700 (MST)

Thomas Morley-2 wrote
> 2017-09-17 21:58 GMT+02:00 Larry <

> larry7303@

> >:
>> Hi everyone!
>>
>> I'm new and I'm learning as I go. I've got the Fescobaldi installed and
>> my
>> inputs are slow. I know the tempo command can speed this up but I could
>> not
>> find what the default tempo is or how it is determined. Thanks for your
>> help.
>>
>> Larry
> 
> 
> The relevant context-property for it is tempoWholesPerMinute (which
> can be set with \tempo ... )
> 
> The default is in performer-init.ly:
>   %% quarter = 60
>   tempoWholesPerMinute = #(ly:make-moment 15/1)
> 
> or you can read it out:
> 
> \score {
>   { c'1 }
>   \midi {
>     \context Score
>     \applyContext
>       #(lambda (ctx) (display (ly:context-property ctx
> 'tempoWholesPerMinute)))
>   }
> }
> --> #
> <Mom 15>
> 
> Cheers,
>   Harm
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user


Ah, yes of course - sorry. I misunderstood the question, I must have
overlooked the word *midi* in the subject only - 

Thanks Harm! That is very helpful :) 



-----
composer | sound designer | asmr artist 
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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