blob: 4ac88892ea48e73534bcf6f958add1ce2cf61c3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\documentclass{article}
\usepackage{musicography}
\thispagestyle{empty} % no page number
\begin{document}
Musicography makes the music symbol font provided by MusiX\TeX\
available as text font and then uses it to define a number
of symbols:
\musFlat\ \musSharp\ \musNatural\ \musDoubleFlat\ \musDoubleSharp\
\musWhole\ \musHalf\ \musQuarter\ \musEighth\ \musSixteenth\
\musWholeDotted\ \musHalfDotted\ \musQuarterDotted\
\musEighthDotted\ \musSixteenthDotted\
\meterC\ \meterCutC\ \meterCThree\ \meterCThreeTwo\ \meterCZ\
\musMeter{7}{8}
\end{document}
|