Am 21.03.2018 um 15:28 schrieb Urs Liska:
Hi all,

I have a with block where I would like to let the user enter a pair as a value, and one of the elements of the pair should be a pitch.

Something like:

\with {
   transposition = #'( d' . "D")
}

But this doesn't work, just like

   transposition = #'( #{ d' #} . "D")

How about #`( ,#{ d' #} . "D") ?

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

Reply via email to