lilypond-user
[Top][All Lists]
Advanced

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

Re: Set /bookOutputName to Conjunction of Variable and String


From: foxfanfare
Subject: Re: Set /bookOutputName to Conjunction of Variable and String
Date: Fri, 18 Oct 2019 03:03:32 -0700 (MST)

Aaron Hill wrote
> I would suggest using \bookOutputSuffix, but you can certainly use a 
> little Scheme to concatenate the strings:

Is it also possible to use that kind of code with \include ? I tried
something like:

num = "01"

%\include "../../ily/global/global.01.ily"
\include #(string-join (list "../../ily/global/global" num "ily" ) "." )

The first one work but not the second. Am I doing something wrong here?



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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