lilypond-user
[Top][All Lists]
Advanced

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

Re: How to allow overlapping / overprinting markup?


From: Kieren MacMillan
Subject: Re: How to allow overlapping / overprinting markup?
Date: Tue, 9 Jan 2018 12:39:45 -0500

Hey Trevor,

> What's the right way to allow two pieces of markup to overlap on top of each 
> other?

What about

\new Staff {
    \override TextScript.staff-padding = 4
    \override TextScript.Y-extent = ##f
    c'4
    ^
    \markup \with-dimensions-from \null {
        Allegro
    }
    d'4
    ^
    \markup \with-dimensions-from \null {
        non troppo
    }
    e'4
    f'4
}

??

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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