Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-10 Thread Brent Annable
Brilliant Harm, thank you! And thanks again to everybody who contributed to the thread, this is such a great community :-) Brent. On Thu, 10 Jun 2021 at 08:25, Thomas Morley wrote: > Am Di., 8. Juni 2021 um 19:07 Uhr schrieb Lukas-Fabian Moser : > > > > Hi Brent, > > > > > This is marvellous,

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-09 Thread Lukas-Fabian Moser
Hi Harm, Thus I took a different approach. Remember, dir-column _respects_ baselines. Following this idea means: - create a list of line-stencils - right-align them - stack them up(!) in reverse order And after deleting \general-align #Y #DOWN from scoreTitleMarkup we're done. Amazing! And

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-09 Thread Thomas Morley
Am Di., 8. Juni 2021 um 19:07 Uhr schrieb Lukas-Fabian Moser : > > Hi Brent, > > > This is marvellous, thank you! Just one question: if I wanted to > > remove the preceding zeros from the number, how would I do that? > > Just omit the (not very elegant) code that I added in order to add the >

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Carl Sorensen
From: lilypond-user on behalf of Brent Annable Date: Tuesday, June 8, 2021 at 9:43 PM To: Lukas-Fabian Moser Cc: lilypond-user Subject: Re: Bottom-right-aligned, multi-line paragraphs within headings Just resending this to the whole list. Thanks for that Lukas. And yeah, I did notice

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Brent Annable
Just resending this to the whole list. Thanks for that Lukas. And yeah, I did notice a slight misalignment, but I think it's so minor that it won't matter. Unless there are any code wizards out there who can tweak it one last time...? Brent. On Wed, 9 Jun 2021 at 03:06, Lukas-Fabian Moser

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Lukas-Fabian Moser
Hi Brent, This is marvellous, thank you! Just one question: if I wanted to remove the preceding zeros from the number, how would I do that? Just omit the (not very elegant) code that I added in order to add the preceding zeros. :-) To wit, replace   (markup (format #f  

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Brent Annable
Lukas, This is marvellous, thank you! Just one question: if I wanted to remove the preceding zeros from the number, how would I do that? Regards, Brent. On Tue, 8 Jun 2021 at 23:00, Lukas-Fabian Moser wrote: > > > I'm sure our scheme wizards will be able to provide a much better > > solution

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Lukas-Fabian Moser
I'm sure our scheme wizards will be able to provide a much better solution (for instance, the number "000" should really be a number, not a string), but here is an approximation: Here an improved version which allows the number to entered as a number (and the descriptive text as a simple

Re: Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Lukas-Fabian Moser
Hi Brent, Am 08.06.21 um 11:50 schrieb Brent Annable: I'm looking for a way to create a multi-line paragraph of text on the bottom-right-hand side of the heading section, the last line of which aligns with the lowest line of text on the left. I have attached a sample of what I want. The

Bottom-right-aligned, multi-line paragraphs within headings

2021-06-08 Thread Brent Annable
Hi all, I'm looking for a way to create a multi-line paragraph of text on the bottom-right-hand side of the heading section, the last line of which aligns with the lowest line of text on the left. I have attached a sample of what I want. The problems with my current solution are: 1. it is