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 <[email protected]> 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 >
