[Tex/LaTex] How to write the music symbols in TeX

music

I want to write some music symbols in TeX.

How should I write the Bémol, dièse symbols in TeX?

Best Answer

\documentclass{article}

\usepackage{musicography}

\begin{document}
There is a new package \texttt{musicography}, that provides easy writing of
\musFlat{} or \musSharp{} or \musNatural{} and some more music symbols.
\end{document}

enter image description here

Other solutions can be found in the answers to question: How to look up a symbol or identify a math symbol or character?

Related Question