lilypond-user
[Top][All Lists]
Advanced

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

Re: Scheme function to output \bookpart {} ?


From: Simon Albrecht
Subject: Re: Scheme function to output \bookpart {} ?
Date: Thu, 24 Sep 2015 00:22:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 23.09.2015 22:45, Thomas Morley wrote:
2015-09-23 17:50 GMT+02:00 Simon Albrecht <address@hidden>:
Hello,

is it possible to have a Scheme function output a bookpart? In the attached
example and my real-world setup, I get ‘error: bad expression type’.

TIA, Simon
Hi Simon,

this may give you a starting point:

\version "2.19.27"

test =
#(define-scheme-function (mus) (ly:music?)
   (ly:book-process
     (ly:make-book-part (list (ly:make-score mus)))
     $defaultpaper
     $defaultlayout
     (ly:parser-output-name)))

m = { c'4 }

\test \m

Shoot, I did find a flaw: I need a \bookpart {}, not a \book, but it needs to contain a \paper block. How can I do that?

TIA, Simon



reply via email to

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