|
From: | Robin Bannister |
Subject: | Re: Stacked letters in markup |
Date: | Thu, 1 Oct 2015 21:12:51 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
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
double.png
Description: PNG image
[Prev in Thread] | Current Thread | [Next in Thread] |