On 13 January 2017 at 01:20, Trevor Daniels <t.dani...@treda.co.uk> wrote:

>
> Thomas Morley wrote Thursday, January 12, 2017 10:26 PM
>
>
> > 2017-01-12 21:13 GMT+01:00 Risto Vääräniemi <risva...@gmail.com>:
> >
> >> The spacing between ChordNames and Staff seems a bit tight by default.
> I've
> >> been trying to adjust it but I haven't figured out the right magic words
> >
> > Do it in \layout
> >
> > chordStuff = \chords { c1 d:m }
> >
> > melody = \relative c'' { c4 c c c | d d d d }
> >
> > \score {
> >  <<
> >    \new ChordNames  { \chordStuff }
> >    \new Staff { \melody }
> >  >>
> >  \layout {
> >      \context {
> >        \ChordNames
> >        \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding
> = #10
> >      }
> >  }
> > }
>
> Interesting.  Does that mean the ChordNames and Lyrics contexts behave
> differently wrt the vertical spacing controls when these are placed within
> a
> \with { } block, since Lyrics can be spaced out that way?
>
> If so, is this intended for some reason ... or a bug?
>
> Trevor
>

Thanks Harm. That did the trick. However, I concur with Trevor about the
confusing difference compared to Lyrics. I assumed that they'd work the
same way so I did not occur to me to try the \layout block. If it /is/ an
intended behaviour, there should probably be a note that the settings won't
work with \with { }.

-Risto
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to