Logo 我的知识库

Trilium

代码一#

\documentclass{article}
\usepackage{guitar} % 引入吉他谱宏包

\begin{document}

\section*{电吉他谱示例:E小调五声音阶}

% 使用 guitar 环境编写六线谱
\begin{guitar}
  \begin{music}
    \nostartrule
    \startpiece
    \notes\enotes
    \Notes \tab{6}{0}\tab{5}{3}\tab{4}{2}\tab{3}{0}\tab{2}{1}\tab{1}{0} \en
    \Notes \tab{6}{3}\tab{5}{5}\tab{4}{5}\tab{3}{5}\tab{2}{3}\tab{1}{3} \en
    \endpiece
  \end{music}
\end{guitar}

\end{document}