Re: Footnotes for the entire bar

2024-05-18 Thread YTG 1234
Did you try attaching it to a mark? You definitely set me on the right track there. Marks are typically only drawn on the top-most staff, and I didn't want to interfere with other marks, so my (slightly overkill) solution was to create a new engraver for this purpose. In any case, I learned s

jump to coda inside repeat with alternative

2024-05-18 Thread Paul Scott
From NR 2.25.16 1.4.1, Segno repeat structure/alla coda, how do I add a repeat with alternative so the coda jump is just before the alternative? Here is the manually written MWE: \version "2.25.16" \fixed c' {   c1 \segnoMark \default   \repeat volta 2 { d \codaMark \default }   \alternative{

Cry for help - lost plot ....

2024-05-18 Thread Giles Boardman
Hello, I hope someone will be able to put me straight as I seem to be missing something absolutely fundamental and probably just need someone to put me straight. For anyone who has already helped me, I have switched to my Windows 11 machine and am running "2.24.3" and using Frescobaldi 3.3.0

Re: Cry for help - lost plot ....

2024-05-18 Thread Aaron Hill
On 2024-05-18 8:49 am, Giles Boardman wrote: \score { … music … \layout { } \midi { } } Please, someone help me while I still have a little hair left to pull out on a later occasion :-} \score basically expects just one "music". You are providing many "musics". The question is how y

Re: Cry for help - lost plot ....

2024-05-18 Thread Paul Hodges
If you make your lines sequential music in one score (by adding {...} around them, as a score can contain only one music expression) they'll all run together continuously.  You can add \break to force new lines, but then they are stretched to the width of the page.  You can then add ragged-right

Re: Cry for help - lost plot ....

2024-05-18 Thread Giles Boardman
Thanks for getting back to me Aaron and throwing me a rope I understand the two models you describe. I thought I was going for the second i.e. a single sequential part, but I want to put each section on a different line - this will help me enormously with proof-reading. What I see in the p

Re: Cry for help - lost plot ....

2024-05-18 Thread Kieren MacMillan
Hi Giles, Are you looking for something like this? %%% SNIPPET BEGINS \version "2.24.3" \paper { score-system-spacing.padding = #6 } \layout { indent = 0 ragged-right = ##f \context { \Score \override RehearsalMark.padding = #3 } } \score { { \mark "ON079-1a-_01" \key c\ma

Re: Cry for help - lost plot ....

2024-05-18 Thread David Wright
On Sat 18 May 2024 at 16:46:43 (+), Giles Boardman wrote: > Thanks for getting back to me Aaron and throwing me a rope > > I understand the two models you describe. I thought I was going for the > second i.e. a single sequential part, but I want to put each section on a > different line

Re: Cry for help - lost plot ....

2024-05-18 Thread Giles Boardman
Thanks Kieren - I take it a couple of dozen expressions is good and one is bad 😉 Both snippets are really helpful. Though I'm a bit concerned about the ton of other issues you mention, I'll happily take the one that works for now, though my fried brain is still struggling a bit. The other one wi

Re: Cry for help - lost plot ....

2024-05-18 Thread Kieren MacMillan
Hi Giles, > though being able to put multiple columns side by side without them thinking > they were continuous music would be even more awesome, and very elegant imho Like this? %%% SNIPPET BEGINS \version "2.24.3" \layout { \context { \Score \override RehearsalMark.padding = #3

Re: Cry for help - lost plot ....

2024-05-18 Thread Giles Boardman
Thanks David - that's good advice and exactly how I got here. As I said, somewhere along the line I lost the plot. I think you have put your finger on what I have failed to grasp by telling me that only the first \mark statement is being processed and that everything else is "spurious". ___

Re: Cry for help - lost plot ....

2024-05-18 Thread Giles Boardman
Just like that? Just like that! Wow! From: Kieren MacMillan Sent: 18 May 2024 18:45 To: Giles Boardman Cc: Aaron Hill ; Lilypond-User Mailing List Subject: Re: Cry for help - lost plot Hi Giles, > though being able to put multiple columns side by side wit

Re: Cry for help - lost plot ....

2024-05-18 Thread Kieren MacMillan
Hi Giles, > Just like that? Just like that! Wow! Eventually, one gets tired of how often Lilypond wows you… Nice to see you’re not there yet. ;) — K __ My work day may look different than your work day. Please do not feel obligated to read or respon

vertical spacing per score

2024-05-18 Thread Walt North
Hi.  I have a case where I want to have different vertical spacing between two different scores.  I can get system-system spacing to change for both scores using a \paper variable. But if I'm understanding the documentation correctly I should be able to use the same variable in a distinct layou

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Hi.  I have a case where I want to have different vertical spacing between two > different scores.  I can get system-system spacing to change for both scores > using a \paper variable. But if I'm understanding the documentation correctly > I should be able to use the same variable in a distinct l

Re: vertical spacing per score

2024-05-18 Thread David Wright
On Sun 19 May 2024 at 01:24:44 (+0200), Jean Abou Samra wrote: > > Hi.  I have a case where I want to have different vertical spacing between > > two > > different scores.  I can get system-system spacing to change for both scores > > using a \paper variable. But if I'm understanding the documenta

Re: vertical spacing per score

2024-05-18 Thread Walt North
David, thanks, this did indeed accomplish my goal - so I'm happy.  It sounds like my original approach was the right idea but apparently this is a known issue. On 5/18/2024 4:56 PM, David Wright wrote: On Sun 19 May 2024 at 01:24:44 (+0200), Jean Abou Samra wrote: Hi.  I have a case where I w

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Le 19 mai 2024 à 01:56, David Wright a écrit : > > Perhaps > > https://lists.gnu.org/archive/html/lilypond-user/2024-04/msg00247.html Indeed, but there was a more technical one, with Lukas I think.

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Le 19 mai 2024 à 02:53, Walt North a écrit : > > David, thanks, this did indeed accomplish my goal - so I'm happy. Well, \bookpart will work *if* you are happy with having a page break between the two scores.

Disable all padding and collision around markup

2024-05-18 Thread William Rehwinkel via LilyPond user discussion
Dear list, In the following example, I use a section label and a TextScript on a note. I offset the markup text so that it appears inside the staff, but it still makes the section text higher up. I would like to know if it is possible to disable this padding around the TextScript, so that the