lilypond-user
[Top][All Lists]
Advanced

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

Re: enlarge vertical distance in time signature


From: David Kastrup
Subject: Re: enlarge vertical distance in time signature
Date: Mon, 29 Oct 2012 06:35:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

[...]

I know that the discussion has moved beyond the first version, but I
still want to point out something:

> \version "2.16.0"
>
> spreadTimeSignature =
> #(define-music-function (parser location baselineSkip strg
> music)(number? string? ly:music?)
> (let* ((num (car (string-split strg #\/)))
>        (denom (cadr (string-split strg #\/))))

I consider it much nicer to make "strg" of type fraction?, and then num
can be (car strg) and denom can be (cdr strg).

and

>         \spreadTimeSignature #8 "2/4"

can just be \spreadTimeSignature #8 2/4 ... which is nicer on the eyes.

-- 
David Kastrup




reply via email to

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