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: Malte Meyn
Subject: Re: setting tempo in \midi crashes
Date: Wed, 28 Oct 2015 23:03:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0



Am 28.10.2015 um 22:53 schrieb Pierre Perol-Schneider:
Hi Malte,

Try :

%%%%%
\version "2.19.28"

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

This doesn’t do anything and if it did it would probably crash for the same reason (swapped 4 and 120) ;)

     %% or
     %\tempo 4 = 120

I didn’t think of that easy solution, thanks.

   }
}
%%%%%





reply via email to

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