lilypond-user
[Top][All Lists]
Advanced

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

Re: Right justifying text between systems


From: Alasdair McAndrew
Subject: Re: Right justifying text between systems
Date: Tue, 08 Feb 2022 09:03:07 +0000

Thank you very much: the use of "\fill-line" and "\null" works perfectly. I was in fact trying to see how to use fill-line, and I didn't know about "null". I'll explore the padding as well, but right at the moment even without it, it seems that fill-line is working very well.
Again - thank you!
Alasdair

On Tuesday 08 February 2022 19:47:41 (+11:00), Aaron Hill wrote:

> On 2022-02-07 11:04 pm, Alasdair McAndrew wrote:
> > \markup {\hspace #70 \fontsize #2 {\italic {Au Rondeau puis au premier}}}
>
> For right-alignment, you should use \fill-line:
>
> %%%%
> \markup \fill-line { \null \italic "Lorem ipsum..." }
> %%%%
>
>
> > I could do this by adding the text as a markup to one of the notes in
> > the bottom staff of Rondeau II, but then it's too close to the score
> > block.
>
> You could use a RehearsalMark at the very end with appropriate padding:
>
> %%%%
> \paper { #(set-paper-size "a5") }
>
> Rondeau.I = { R1*13 \bar "||" }
> Rondeau.II = { R1*13 \bar "||" }
> Bourree.I = { R1*13 \bar "|." }
>
> \score { \header { piece = "Rondeau I" } { \Rondeau.I } }
> \score { \header { piece = "Rondeau II" }
> { \Rondeau.II
> \tweak break-visibility #end-of-line-visible
> \tweak direction #DOWN
> \tweak font-size #0
> \tweak padding #2
> \tweak self-alignment-X #RIGHT
> \mark \markup \italic "Repeat Rondeau I" }
> }
> \score { \header { piece = "Bourree I" } { \Bourree.I } }
> %%%%
>
>
> -- Aaron Hill
>
--
0432 854 858
https://numbersandshapes.net



reply via email to

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