lilypond-devel
[Top][All Lists]
Advanced

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

Re: tempoMark - documentation and use


From: Jonathan Kulp
Subject: Re: tempoMark - documentation and use
Date: Tue, 12 May 2009 17:04:09 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Kieren MacMillan wrote:
IMO, we [in the docs] should *not* be encouraging the use of RehearsalMarks for tempo indications -- this is exactly why the \tempo command was rewritten [can't remember by whom at the moment, but "thanks!"].

In other words, this example should *also* be changed... maybe something like

tempoPadded = #(define-music-function (parser location padding tempotext)
(number? string?)
#{
  \once \override Score.MetronomeMark #'padding = $padding
  \tempo \markup { \bold $tempotext }
#})
Jon,

Yes!  I'll change this one accordingly.

Thanks,
Kieren.


I've also changed it in the "scheme tutorial" section of the LM. Thanks for writing this snippet, Kieren. A patch will come once I've sorted out the "mpdolce" definition.

Jon

--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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