lilypond-user
[Top][All Lists]
Advanced

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

Re: How to display adjacent segno and coda symbols?


From: Kenneth Wolcott
Subject: Re: How to display adjacent segno and coda symbols?
Date: Mon, 18 Oct 2021 23:58:51 -0700

Hi Lukas;

  Thank you so much!  This will go into my "hints/tips/snippets" collection.

Ken

On Mon, Oct 18, 2021 at 11:41 PM Lukas-Fabian Moser <lfm@gmx.de> wrote:
>
> Hi Kenneth,
>
> Am 19.10.21 um 07:57 schrieb Kenneth Wolcott
> >    So, what is the correct method to obtain these symbols displayed
> > adjacent to each other?
> >
> > Thanks,
> > Ken Wolcott
>
> Would
>
> \version "2.22"
>
> {
>    g'2 8 4.
>    \mark \markup {
>      \musicglyph "scripts.segno"
>      \musicglyph "scripts.coda"
>    }
>    b'2
> }
>
> be good enough? (Strictly speaking, we would like to have the center of
> the markup exactly on the space between the to glyphs, but since they
> are roughly the same width, maybe this solution already works.
>
> To decrease the space between the two symbols, try adding \concat after
> \markup.
>
> Lukas
>



reply via email to

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