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: Lukas-Fabian Moser
Subject: Re: How to display adjacent segno and coda symbols?
Date: Tue, 19 Oct 2021 08:41:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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]