Re: Extra padding between ChordNames and custom headers

2021-07-17 Thread Aaron Hill
On 2021-07-17 2:24 am, Robin Bannister wrote: Robin Bannister wrote: And the put-mm [1] version of this would be Forget that! Sorry for the noise. Missing Nabble's Classic overview. On the contrary, it led me to this variation: \version "2.22.0" song = << \new ChordNames \chordmode

Re: Extra padding between ChordNames and custom headers

2021-07-17 Thread Robin Bannister
Robin Bannister wrote: And the put-mm [1] version of this would be Forget that! Sorry for the noise. Missing Nabble's Classic overview. Cheers, Robin

Re: Extra padding between ChordNames and custom headers

2021-07-17 Thread Robin Bannister
Aaron Hill wrote: \score { \header { piece = "Curabitur condimentum" extra = \markup \vspace #0.5 } \song } And the put-mm [1] version of this would be \version "2.22.0" #(define-markup-command (mm-feed layout props amount) (number?) (let ((o-s

Re: Extra padding between ChordNames and custom headers

2021-07-17 Thread Aaron Hill
On 2021-07-16 10:49 pm, Brent Annable wrote: Any other thoughts? Does this approach help? \version "2.22.0" song = << \new ChordNames \chordmode { c2 d:7 | g1 } \new Voice \fixed c' { g2 a4 fis | g1 } >> \paper { indent = 0 line-width = 2\in ragged-right = ##f

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Brent Annable
1:28, Flaming Hakama by Elaine < > ela...@flaminghakama.com> wrote: > >> -- Forwarded message -- >>> From: Xavier Scheuer >>> To: Brent Annable >>> Cc: lilypond-user >>> Bcc: >>> Date: Fri, 16 Jul 2021 08:52:07 +0200 >>&

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Jacques Menu
Jul 2021 at 01:28, Flaming Hakama by Elaine > mailto:ela...@flaminghakama.com>> wrote: > -- Forwarded message -- > From: Xavier Scheuer mailto:x.sche...@gmail.com>> > To: Brent Annable mailto:brentanna...@gmail.com>> > Cc: lilypond-user mailto:lilypond-

Re: Extra padding between ChordNames and custom headers

2021-07-16 Thread Brent Annable
d 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:

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 A

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

Extra padding between ChordNames and custom headers

2021-07-15 Thread Brent Annable
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 chord names when necessary. Because of the custom headers,