Gianmaria Lari <gianmarial...@gmail.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to