I want the first line of my margin notes—which are set in \small size—to be at the height of the baseline of the body text, like this:

My problem is that using something simple like
\documentclass{article}
\usepackage{marginnote}
\renewcommand{\marginfont}{\small}
\begin{document}
What can I do to align the first line of the marginnote?\marginnote{D-D-D-Drop the baseline!}
\end{document}
results in




\mynoteis justified. Thank you both, and @karlkoeller too, of course. You're great! :-) – Arch Stanton Jan 23 '15 at 14:02