Thank you all for your suggestions and for not flooding me with RTFM.
I'll go with this variation:
dd = \markup {
\combine
\translate-scaled #'(0 . .25) D
\translate-scaled #'(.5 . -.25) D
}
which seems to work well in combination with other, non-stacked symbols.
Best
Urs
Am 01.10.2015 u
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:
\m
Or even :
\markup\concat {
"D"
\hspace #-1.2
\lower #.5
"D"
}
P.
2015-10-01 19:42 GMT+02:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Hi Urs,
>
> How about:
>
> \markup\concat {
> "D"
> \hspace #-1.2
> \translate #'(0 . -.5)
> "D"
> }
>
> Cheers,
> Pierre
>
>
Hi Urs,
How about:
\markup\concat {
"D"
\hspace #-1.2
\translate #'(0 . -.5)
"D"
}
Cheers,
Pierre
2015-10-01 15:33 GMT+02:00 Urs Liska :
> Sorry, I have to ask this *without* looking for a solution before. Just
> don't have any time left this time:
>
> How can I overlay letters in lyri
On 01.10.2015 15:33, Urs Liska wrote:
Sorry, I have to ask this *without* looking for a solution before. Just
don't have any time left this time:
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 domi
> Message: 1
> Date: Thu, 1 Oct 2015 15:33:51 +0200
> From: Urs Liska
> To: lilypond-user
> Subject: Stacked letters in markup
> Message-ID: <560d363f.9010...@openlilylib.org>
> Content-Type: text/plain; charset=utf-8
>
> Sorry, I have to ask this *without* lo
Hi Urs,
double dominant symbol as ready-to-use markup:
http://lsr.di.unimi.it/LSR/Item?id=967
overlay function:
http://lsr.di.unimi.it/LSR/Item?id=628
HTH,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Stacked-letters-in-markup-tp181856p181857.html
Sent from
Sorry, I have to ask this *without* looking for a solution before. Just
don't have any time left this time:
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.
TIA and sorry again
Urs