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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
