lilypond-user
[Top][All Lists]
Advanced

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

Re: scheme function returning two scores


From: David Kastrup
Subject: Re: scheme function returning two scores
Date: Sun, 25 Feb 2018 13:15:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> Because lilypond "doesn't expect" to return more than one score I tried to
> put the call to my function returning the score inside a \book. But this
> also does not work and I get this error:
>
> This is my code:
>
> \version "2.19.81"
> myScore = #(define-scheme-function (music) (ly:music?) #{
>     \score { $music \layout{} }
>     \score { \unfoldRepeats $music \midi{}}
>   }
> #})

Where is the book you are purporting to return?

-- 
David Kastrup



reply via email to

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