Lilypond is a program for typesetting sheet music, which can be integrated to LaTeX through lilypond-book. The source a music document combining the two looks like this:
\documentclass[a4paper]{article}
\begin{document}
\begin{lilypond}[fragment,quote,staffsize=26,verbatim]
c'4 f16
\end{lilypond}
\end{document}
Is it possible to use SMuFL-compliant music fonts (such as Leland) with lilypond-book? Also, is it possible to select a text font for lilypond by directly pointing to an otf file, instead of following the setup outlined in this previous question?
begin{lilypond}andend{lilypond}belongs to there. Is your problem the font of the note heads and stems or the text of the song text below the notes? – MaestroGlanz May 08 '22 at 15:23