lilypond-devel
[Top][All Lists]
Advanced

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

Executable options style question


From: Jacques Menu
Subject: Executable options style question
Date: Thu, 11 Jul 2019 09:32:46 +0200

Hello folks,

I’ve wondering about command line options with multiple values.

Which one of the following in preferable in your opinion:

 DESSUS="Cor anglais"
 xml2ly -msr-part-rename "P1 = ${DESSUS}" 

or:

 DESSUS="Cor anglais"
 xml2ly -msr-part-rename P1 "${DESSUS}"

Thanks for your advice!

JM




reply via email to

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