lilypond-user
[Top][All Lists]
Advanced

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

Re: Double reheasal mark positioning


From: Aaron Hill
Subject: Re: Double reheasal mark positioning
Date: Sat, 12 Jan 2019 14:11:00 -0800
User-agent: Roundcube Webmail/1.3.8

On 2019-01-12 11:27 am, Павел Буданов wrote:
Hello everybody! I want to engrave segno and coda signs as you can see
on image, but without the space in the end of first system.

Here the part of my code:
\transpose d d' \finisQuinta
\mark \markup { \musicglyph #"scripts.segno" }
\once \omit Score.TimeSignature s1024 \bar ""
\once \override Score.RehearsalMark.font-size = #5
\mark \markup { \musicglyph #"scripts.coda" }
\transpose d d' \finisPrima

The LSR[1] has a \doubleMark command that I have used for this exact situation. It lets you specifying a single RehearsalMark that shows up and has a unique appearance both at the end of the line and the beginning of the line. In this way, you do not need to have the spacer rest.

[1]: http://lsr.di.unimi.it/LSR/Item?id=977

-- Aaron Hill



reply via email to

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