<div dir="auto"><div>Doesn't it depend on how those notes are displayed, e.g. inline, interlinear, margin note, footnote etc.? François didn't  say whether they are in their own paragraphs or not.<br><div class="gmail_extra"><br><div class="gmail_quote">Den 14 apr 2017 12:29 skrev "Ulrike Fischer" <<a href="mailto:news3@nililand.de">news3@nililand.de</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">Am Fri, 14 Apr 2017 11:06:22 +0200 schrieb François Patte:<br>
<br>
> The font size is ok for my notes, but the interlineage is too big if<br>
> notes are on two lines. Is there a feature in SizeFeatures description<br>
> to adapt the interlineage to the chosen font size?<br>
<br>
</div>Not really. The baselineskip is a property of the paragraph, what<br>
matters is its value at the end of the paragraph, so it doesn't make<br>
much sense to change it along with a font as you don't know if the<br>
font will still be active when the paragraph ends.<br>
<br>
You could define a high-level font command that changes<br>
\baselinestretch, but imho it would be better to add this to your<br>
special command:<br>
<br>
<br>
<br>
\documentclass[]{article}<br>
<br>
\begin{document}<br>
\newcommand\mynotes{\parbox{<wbr>5cm}{\renewcommand\<wbr>baselinestretch{1.5}\<wbr>selectfont<br>
abc\\abc\\abc}}<br>
<br>
abc\\abc\\abc<br>
<br>
\mynotes<br>
<br>
\end{document}<br>
<font color="#888888"><br>
--<br>
Ulrike Fischer<br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-<wbr>tex.de/</a><br>
</font><div class="elided-text"><br>
<br>
<br>
------------------------------<wbr>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/xetex</a><br>
</div></blockquote></div><br></div></div></div>