blob: e2924cd7bd019da85c47135b6239af3dd7052461 (
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}
\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}
|