lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond 2.21 & scheme unbound variable


From: Valentin Villenave
Subject: Re: lilypond 2.21 & scheme unbound variable
Date: Mon, 1 Apr 2019 23:35:29 +0200

On 4/1/19, Gianmaria Lari <address@hidden> wrote:
> How can I fix it?

You just need to first define the number-or-markup? function, which
isn’t included in Scheme or in LilyPond out-of-the-box:

#(define (number-or-markup? x)
   (or (number? x) (markup? x)))

Cheers,
V.



reply via email to

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