On Tue, 17 Sept 2024 at 01:39, Dimitri Sykias <d...@otenet.gr> wrote: > > How can I reduce the vertical spacing between the lines in a auto-footnote? > > I attempted the following code to reduce the spacing: > > \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . 0.8) footnote text. } > > However, it didn't produce the desired result. Which is the correct way to adjust the line spacing for auto-footnotes in LilyPond?
Hello, Use \override #'(baseline-skip . 3) *before* the \wordwrap command. There is no such thing as a "line-spacing" property. The used properties of the \wordwrap command are listed in NR A.12.2 Markup for text alignment https://lilypond.org/doc/v2.25/Documentation/notation/markup-for-text-alignment Kind regards, Xavier