Re: default midi output tempo

2017-09-18 Thread SoundsFromSound
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)))
>   }
> }
> --> #
> 
> 
> 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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: default midi output tempo

2017-09-18 Thread Thomas Morley
2017-09-17 21:58 GMT+02:00 Larry :
> 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)))
  }
}
--> #


Cheers,
  Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: default midi output tempo

2017-09-17 Thread Caagr98

I think the default tempo is 60 quarters per minute, but I'm not sure.

On 09/17/17 21:58, Larry wrote:

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


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: default midi output tempo

2017-09-17 Thread Ben
On 9/17/2017 3:58 PM, Larry wrote:
> 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

Hi Larry,

The documentation for LilyPond is extremely detailed and quite a lot of
info can be found in it...make sure you head over and check out the
Learning / Notation manuals so you can get up to speed. :)

The tempo can be set easily by using the Tempo command, for example:

  
\tempo "Andante"
   
or:

\tempo 4. = 96
  
or even:

\tempo "Presto" 4 = 120
 
}


See this link for more information -->
http://lilypond.org/doc/v2.19/Documentation/learning/simple-notation#tempo-marks

Also, make sure you let us know what version of LilyPond you are using,
often times that can make a difference with the syntax and we can help
you better.

Welcome to LilyPond!

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


default midi output tempo

2017-09-17 Thread Larry
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
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user