答案1
vspace
我们可以简单地在每个音符的末尾添加一点,例如像这样:
\documentclass{scrbook}
\usepackage{blindtext}
\newcommand{\spacedmarginline}[1]{\marginline{{#1}\vspace{.7em}}}
\begin{document}
Blabla \spacedmarginline{things that might span more than one line} and \spacedmarginline{other things} \blindtext
\end{document}
我当然很高兴了解这种方法的问题以及其他可能更好的解决方案!