lilypond-user
[Top][All Lists]
Advanced

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

Re: Rounded Box


From: Jean Abou Samra
Subject: Re: Rounded Box
Date: Fri, 29 Sep 2023 23:38:13 +0200
User-agent: Evolution 3.48.4 (3.48.4-1.fc38)

> How can I set the thickness of a “\rounded-box \with-color #black” inside a 
> markup command to zero (0). I want to simulate the effect of “erase 
> background”.
> Thanks!


Do you mean like this?

\version "2.24.2"

\markup \overlay {
  \with-color #red \filled-box #'(-2 . 10) #'(-2 . 2) #0
  \override #'(thickness . 0) \rounded-box "arg"
}


The properties accepted are listed in the documentation
( https://lilypond.org/doc/v2.25/Documentation/notation/graphical-markup ).

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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