Urs Liska wrote:

How can I overlay letters in lyrics? I want to print two "D"s that
overlap, one left-top, the other bottom-right. The default symbol for a
double dominant.


maybe:

\markup \combine \translate #(cons 0.3 -0.3) "D" \translate #(cons -0.3 0.3) "D"

and, not just by itself:

\markup \concat { \combine \translate #(cons 0.3 -0.3) "D" \translate #(cons -0.3 0.3) "D" ouble }


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

Reply via email to