lilypond-user
[Top][All Lists]
Advanced

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

Re: Double-underline markup


From: Tyler Mitchell
Subject: Re: Double-underline markup
Date: Tue, 15 Oct 2019 02:35:23 -0700
User-agent: Mutt/1.9.4 (2018-02-28)

On Tue, Oct 15, 2019 at 09:47:09AM +0200, Urs Liska wrote:
> is there an easy or already-implemented way to have a markup
> double-underlined, or do I have to draw that manually?

I would like to know this, too. Last time I needed it, I was in a
tearing hurry, and slammed out this gem:

        \version "2.18.2"
        \markup {
          \override #'(offset . 7.75) 
          \override #'(thickness . 2) 
          \underline \combine "wise" \path #0.2 #'((moveto 0 -0.375) (lineto 
4.5 -0.375)) 
        }

Cheers,
Tyler



reply via email to

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