bug-lilypond
[Top][All Lists]
Advanced

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

Re: setting tempo in \midi crashes


From: Pierre Perol-Schneider
Subject: Re: setting tempo in \midi crashes
Date: Wed, 28 Oct 2015 22:53:34 +0100

Hi Malte,

Try :

%%%%%
\version "2.19.28"

\score {
  { c' d' e' f' }
  \midi {
    tempoWholesPerMinute = #(ly:make-moment 4 120)
    %% or
    %\tempo 4 = 120
  }
}
%%%%%

Cheers,
Pierre

2015-10-28 22:49 GMT+01:00 Malte Meyn <address@hidden>:

>
>
> Am 28.10.2015 um 22:41 schrieb Malte Meyn:
>
>> %%%%%
>> \version "2.19.28"
>>
>> \score {
>>    { c' d' e' f' }
>>    \midi {
>>      \set Score.tempoWholesPerMinute = #(ly:make-moment 4 120)
>>    }
>> }
>> %%%%%
>>
>
> Sorry, I just realized I have to write #(ly:make-moment 120 4) instead of
> #(ly:make-moment 4 120) if I want an effect similar to \tempo 4 = 120. If I
> do so everything works as I expected. Maybe it would be nice to warn the
> user about far too slow tempos …
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>


reply via email to

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