lilypond-user
[Top][All Lists]
Advanced

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

Re: Scheme function returning \book


From: David Kastrup
Subject: Re: Scheme function returning \book
Date: Wed, 16 Jan 2019 12:55:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Aaron Hill <address@hidden> writes:

> Here's an oddity:
>
> %%%%
> \version "2.19.82"
> test = #(define-scheme-function (suffix) (string?) #{
>   \book { \bookOutputSuffix $suffix \score { b'4 } } #} )
> foo = \test "foo"
> bar = \test "bar"
> \foo \bar
> %%%%
>
> This works.

For historical reasons.  It cannot reliably tell bookparts from books
either.

-- 
David Kastrup



reply via email to

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