lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding the tempo


From: Denis . Roegel
Subject: Re: hiding the tempo
Date: Mon, 10 Aug 2009 20:48:12 +0200
User-agent: Internet Messaging Program (IMP) 4.3.3

Quoting Jonathan Kulp <address@hidden>:

Yes, you can set it in the \midi block, although the format is a bit more
convoluted. Here's an example where the quarter is set to 160 beats per
minute:

\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 160 4)
  }
}

Thanks. What had escaped me is that this is only taken into
accound when the \tempo information is not given. Anyway, it answers
my question.

Denis





reply via email to

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