有人可以ELI5这个过程吗?我试过阅读指南
http://lilypond.org/doc/v2.18/Documentation/usage/an-example-of-a-musicological-document
但它似乎不起作用。我在 Windows 10 上,并且安装了 Lilypond 2.18.2。这就是我到目前为止所做的一切。
这是我尝试过的。
在文本编辑器中,我复制并粘贴了代码
\documentclass[a4paper]{article}
\begin{document}
Documents for \verb+lilypond-book+ may freely mix music and text.
For example,
\begin{lilypond}
\relative c' {
c2 e2 \tuplet 3/2 { f8 a b } a2 e4
}
\end{lilypond}
Options are put in brackets.
\begin{lilypond}[fragment,quote,staffsize=26,verbatim]
c'4 f16
\end{lilypond}
Larger examples can be put into a separate file, and introduced with
\verb+\lilypondfile+.
\end{document}
然后我将文件保存为 lilybook.lytex
然后我按下开始,然后输入 DOS。出现一个叫做命令提示符的东西,我点击它。然后我输入 after C:\Users\[name]>
,以空格开头,
lilypond-book --output=out --pdf lilybook.lytex
然后,它显示
'lilypond-book' is not recognized as an internal or external command, operable program or batch file.
乐理堆栈交换的人说它不适用于 Windows 计算机。那么如何在 Windows 上做到这一点呢?请帮忙,我很困惑。谢谢你。