Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Brent Annable
Hey Jacques, Yeah I've used that before, but in this instance because the headers have been redefined I can't really do it (check out the scripts in my header-code file above). If I were a better programmer I could probably modify them myself, but I don't really know how to mess with the code

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Jacques Menu
Hello Brent, The good old ‘" "’ in \column trick: \version "2.22.0" \header { title = \markup { \column { "Space after title" " " } } } myChords = \chordmode { c1 | d1:m9 | g:13 | g:m7 | } \score { << \new ChordNames { \override

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Brent Annable
Hi Elaine, Thanks for your answer. Your solution actually puts space between the chord names and the staff below, but I want the extra space between the chord names and the headers above them. I couldn't find a parameter in the VerticalAxisGroup that does this. Xavier's solution of increasing the

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Flaming Hakama by Elaine
> > -- Forwarded message -- > From: Xavier Scheuer > To: Brent Annable > Cc: lilypond-user > Bcc: > Date: Fri, 16 Jul 2021 08:52:07 +0200 > Subject: Re: Extra padding between ChordNames and custom headers > On Fri, 16 Jul 2021 at 06:19, Brent Annable > wrote: > > > > Hi

Re: From the 2.19.84 documentation: Stanzas with different rhythms (Strophen mit unterschiedlichem Rhythmus

2021-07-16 Thread Jean Abou Samra
Le 16/07/2021 à 10:01, Bernhard Kleine a écrit : I cannot discern what is wrong in the following example: There are two errors: the slur is not shown and the unterminated hyphen seems very strange. The overall structure is from Frescobaldi Partitur assistant. Regards Bernhard \version "2.21.1"

From the 2.19.84 documentation: Stanzas with different rhythms (Strophen mit unterschiedlichem Rhythmus

2021-07-16 Thread Bernhard Kleine
I cannot discern what is wrong in the following example: There are two errors: the slur is not shown and the unterminated hyphen seems very strange. The overall structure is from Frescobaldi Partitur assistant. Regards Bernhard \version "2.21.1" \language "deutsch" \header {   title = "Möge die

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Brent Annable
Xavier, Awesome thank you. What would I do if I wanted the extra padding on only one score on the page? In my music, each page will have two scores on it, but only the second one has chords requiring the extra distance. I tried adding another \paper variable before the second score, but lilypond

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Xavier Scheuer
On Fri, 16 Jul 2021 at 06:19, Brent Annable wrote: > > Hi everyone, > > I'm producing some music that uses some custom headers as well as chord names above the staff. Sometimes the chord names are a little too close to the headers for my liking, and I'd like a way to add more padding above the