Rune Zedeler a écrit:
before = 14
after = 10
\markup { \with-dimensions #'(0 . 0) #'(-10 . 14) AZERTY }
The easiest is probably to use explicit cons instead of the shorthand
'-notation:
\markup { \with-dimensions #(cons 0 0) #(cons (- after) before) AZERTY }
alternatively the correct mumbo-jumbo is
\markup { \with-dimensions #'(0 . 0) #`(,(- after) . ,before) AZERTY }
Thank you Rune,
Playing with those '#",`?.. drove me mad.
Germain
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user