bug-lilypond
[Top][All Lists]
Advanced

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

Re: \tempo should accept floats


From: Werner LEMBERG
Subject: Re: \tempo should accept floats
Date: Tue, 28 Mar 2017 19:51:37 +0200 (CEST)

> Sorry I can’t comment on techniques of implementation, but for
> user’s sake we should allow input like
>
>   \tempo 2 = 86.83
>
> and have Lily output exactly that number, as it was input.

I rather sugggest an extension to have something like

  \tempo <note> = #'(<number> . <markup>)

(or whatever syntax is appropriate) so that we have a textual
representation of the tempo in the cdr element that gets printed.  The
car element could then be restricted, say, to fractions.

Example:

  \tempo 2 = #'(8683/1000 . "86.83")


     Werner

reply via email to

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