Can someone ELI5 the process? I've tried reading the guide from
http://lilypond.org/doc/v2.18/Documentation/usage/an-example-of-a-musicological-document
but it doesn't seem to work. I am on Windows 10, and I have Lilypond 2.18.2 installed. That's everything I've done so far.
Here's what I've tried.
In a text editor, I copy and pasted the code
\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}
Then I saved the file as lilybook.lytex
Then I pressed Start, and type in DOS. Something called a command prompt shows up, and I click it. Then I type in after C:\Users\[name]>
, starting with a space,
lilypond-book --output=out --pdf lilybook.lytex
Then, it shows
'lilypond-book' is not recognized as an internal or external command, operable program or batch file.
People at music theory stack exchange have said that it is not for a Windows computer. So how to do this on Windows? Please help, I am very confused. Thank you.