lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stacked letters in markup


From: Cynthia Karl
Subject: Re: Stacked letters in markup
Date: Thu, 01 Oct 2015 12:33:14 -0500

> Message: 1
> Date: Thu, 1 Oct 2015 15:33:51 +0200
> From: Urs Liska <address@hidden>
> To: lilypond-user <address@hidden>
> Subject: Stacked letters in markup
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=utf-8
> 
> 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.
> 
How about:

\version "2.19.26"

music = \relative c'' { c d e f }
Lyrics = \lyricmode {
    \markup {
       \raise #.5 D
       \hspace #-1.8
       \raise #-.5 D
    }
}

\score {
    \new Staff \music
    \addlyrics \Lyrics
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]