在文本中插入音乐节奏单元 - 特殊字符?

在文本中插入音乐节奏单元 - 特殊字符?

我正在使用\documentclass{tufte-book}

如何在文本中插入特定于音乐的特殊字符(节奏单元格对应:双八分音符、两个八分音符、黑色)。相应的包是什么?

提前感谢您的回答。

答案1

这是在文本中插入音乐节奏的解决方案:

\documentclass{tufte-book}

\usepackage{musicography}

\begin{document}

the package musicography allows the insertion of rhythms cells as the following example \musSixteenth\ \musCorchea \musCorchea\ \musQuarter\ .

\end{document}

结果如下: 在此处输入图片描述

相关内容