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
originalScoreTitle
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 that
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 VerticalAxisGroup.nonsta
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
>
> -- 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 everyone
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"
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 S
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 f