Am 30.11.2013 00:37, schrieb Urs Liska:
It should be very easy to write commands that combine note names in the default text font with accidentals from LilyPond while having complete control about scaling and placement is provided.

For example, a quick shot

\documentclass{article}
\usepackage{fontspec}
\usepackage{lilyglyphs}
\begin{document}
\fontspec{Linux Libertine O}
\newcommand*{\notesymbol}[2]{#1\hspace{0.25ex}#2[scale=1.1,raise=0.1]{}}
This will be played by a \notesymbol{B}{\flat} clarinet.
\end{document}

gave the attached example.
This is (as said) a quick shot, and it could easily be extended to be made more versatile or parametrical.

Feel free to join and add this as an additional section to lilyglyphs :-)

Urs

<<attachment: keysymbol.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to