[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
vertical spacing of footnotes
From: |
Werner LEMBERG |
Subject: |
vertical spacing of footnotes |
Date: |
Mon, 13 Feb 2023 19:36:49 +0000 (UTC) |
Consider this example.
```
#(set-default-paper-size "a8landscape")
\book {
\header { tagline = ##f }
\markup "time-based footnotes"
\relative c'' {
r1 |
\footnote #'(-0.5 . -1) "Meter change." Staff.TimeSignature
\time 3/4
\footnote #'(1 . -1) "Chord stem." Stem
<c e g>4 q q
\footnote #'(-0.5 . 2) "Bar line." Staff.BarLine
q q
\footnote #'(0.5 . -1) "Key change." Staff.KeySignature
\key c \minor
q
}
}
```
As can be seen in the attached image, the vertical distances between
the footnotes are not identical. What is the recommended way to fix
this?
Werner

- vertical spacing of footnotes,
Werner LEMBERG <=
- Re: vertical spacing of footnotes, Aaron Hill, 2023/02/13
- Re: vertical spacing of footnotes, kieren, 2023/02/13
- Re: vertical spacing of footnotes, Jean Abou Samra, 2023/02/13
- Re: vertical spacing of footnotes, Werner LEMBERG, 2023/02/14
- Re: vertical spacing of footnotes, Jean Abou Samra, 2023/02/14
- Re: vertical spacing of footnotes, Werner LEMBERG, 2023/02/14
- Re: vertical spacing of footnotes, Jean Abou Samra, 2023/02/14
- Re: vertical spacing of footnotes, Werner LEMBERG, 2023/02/15
- Re: vertical spacing of footnotes, Werner LEMBERG, 2023/02/16
- Re: vertical spacing of footnotes, Valentin Petzel, 2023/02/14