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


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

Reply via email to