我熟悉使用 LaTeX 进行数学排版。
我第一次使用 MusiXTex。我遇到了一些基本问题。
我的目标是使用该工具转录古典吉他音乐。这首曲子是“La Promessa(埃琳娜)”——音乐:卢西亚诺·皮佐兰特 (Luciano Pizzolante)。它使用开放式调弦 FACFCF。我假设这意味着 F 大调,有一个降号。
我正在使用运行TeXShop 版本 5.32在 Sonoma 14.4.1 上。
我想首先列出 F 大调音阶及其相关和弦。
该.tex
文件如下所示:
\documentclass[a4paper]{article}
\usepackage{musixtex}
\usepackage{hyperref}
\begin{document}
\href{http://www.latex-tutorial.com}{LaTeX-Tutorial}.
Chris Lewis asked me to transcribe a piece called \href{https://www.youtube.com/watch?v=sLSPBJJ1o2s}{"La Promessa (Elena)"} - music by Luciano Pizzolante. It uses an unusual open tuning that I've never seen before: FACFCF. I'm going to guess it's in the key of F major.
I'lll start by writing an F major scale. It has one flat, so it falls nicely on the guitar:
\begin{music}
\setstaffs1{1}
\generalmeter{\meterfrac44}
\generalsignature{-1}
% F major scale
% F, G, A, B♭, C, D, and E
\startpiece
\notes \qu f \en
\notes \qu g \en
\notes \qu a \en
\notes \qu b \en
\bar
\notes \qu c \en
\notes \qu d \en
\notes \qu e \en
\notes \qu f \en
\endpiece
\end{music}
What are the chords that go with this scale?
\begin{music}
% Set the scale
\setstaffs1{1} % Number of staves
\generalmeter{\meterfrac44}
\generalsignature{-1}
\startpiece
\Notes\zchar{13}{C\textsuperscript{maj6}}\sk\loff{\zh{{J}{L}{N}}}\wh{a}\en\barre
\Notes\zchar{13}{F\textsuperscript{7}}\sk\loff{\zh{{F}{H}{J}}}\loffset{1.0}{\fl L}\wh{L}\en\barre
\endpiece
\end{music}
\end{document}
这是我运行它时得到的输出 PDF:
问题:
- 我怎样才能使音阶音符继续上升而不在 A 处降低一个八度?
- 和弦符号布局比较模糊,难以理解。我尝试使用 TeXLive 安装 PMX 封装,但 TeXShop 抱怨找不到它?最好的方法是什么?
答案1
广告 1. 在 musixdoc.pdf 的末尾,在命令列表之前,您可以找到音符的名称。因此:
\startpiece
\notes \qu f\en
\notes \qu g\en
\notes \qu h\en
\notes \ql i\en
\bar
\notes \ql j\en
\notes \ql k\en
\notes \ql l\en
\notes \ql m\en
\endpiece
不要忘记将阀杆从 i 上放低。
您说的“晦涩难懂”是什么意思?您希望看到哪些和弦输出?
我使用 TeXShop,当我说
\input pmx
当我说时出现错误
\input PMX