lilypond-user
[Top][All Lists]
Advanced

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

Set /bookOutputName to Conjunction of Variable and String


From: sir.teddy.the.first
Subject: Set /bookOutputName to Conjunction of Variable and String
Date: Mon, 9 Sep 2019 15:16:43 +0200

Hi all,

My score’s title is set up in a variable called “title”.

 

I’m trying to output a file for every instrument and thus would like to have something like this

 

 

\version "2.19.83"

 

\book

{

                \bookOutputName \title “ – Clarinet”

 

}

 

for every instrument of my score.

But the code above outputs an error message, because it can’t handle both a variable and a plain string.

Is it possible to make this work somehow?

 

Thanks


reply via email to

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