lufla
03-03-2007, 21:22
Hi,
ich suche seit zwei Tagen eine Möglichkeit Lilypond in Latex zum Laufen zu bringen -- vergeblich!
Ich habe MacTex auf mein MacBook geladen (hier TexShop) und Lilypond. Beide Programme funktionieren getrennt voneinander und ich bringe auch schon einige Outputs zustande.
Gefunden habe ich unter anderem den Link:
http://www.lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Integrating-text-and-music.html
Ich verstehe das nicht.
Habe das Bsp. übernommen aber es funktioniert nicht:
\documentclass{article}
\begin{document}
\begin{lilypond}
\score { \notes \relative c' {
c2 g'2 \times 2/3 { f8 e d } c'2 g4
} }
\end{lilypond}
\end{document}
Als Fehlermeldung erhalte ich:
! LaTeX Error: Environment lilypond undefined
Und wer kann mir das mal übersetzen:
Under Unix, you can view the results as follows
$ cd input/tutorial
$ mkdir -p out/
$ lilypond-book --output=out/ lilybook.tex
lilypond-book (GNU LilyPond) 2.1.19
Reading `input/tutorial/lilybook.tex'
Reading `input/screech-boink.ly'
lots of stuff deleted
Writing `out/lilybook.tex'
$ cd out
$ latex lilybook
lots of stuff deleted
$ xdvi lilybook
Wo muss ich denn das hier (wenn ichs überhaupt brauche) integrieren?
Wo bekommt man dieses ominöse Lily-book überhapt her?
Das sind warscheinlich ein Haufen dumme Fragen aber ich weiss es nicht besser :-(
Kann vielleicht mal jemand ein Beispiel posten das tatsächlich funktioniert?
Vielen Dank
Chris
ich suche seit zwei Tagen eine Möglichkeit Lilypond in Latex zum Laufen zu bringen -- vergeblich!
Ich habe MacTex auf mein MacBook geladen (hier TexShop) und Lilypond. Beide Programme funktionieren getrennt voneinander und ich bringe auch schon einige Outputs zustande.
Gefunden habe ich unter anderem den Link:
http://www.lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Integrating-text-and-music.html
Ich verstehe das nicht.
Habe das Bsp. übernommen aber es funktioniert nicht:
\documentclass{article}
\begin{document}
\begin{lilypond}
\score { \notes \relative c' {
c2 g'2 \times 2/3 { f8 e d } c'2 g4
} }
\end{lilypond}
\end{document}
Als Fehlermeldung erhalte ich:
! LaTeX Error: Environment lilypond undefined
Und wer kann mir das mal übersetzen:
Under Unix, you can view the results as follows
$ cd input/tutorial
$ mkdir -p out/
$ lilypond-book --output=out/ lilybook.tex
lilypond-book (GNU LilyPond) 2.1.19
Reading `input/tutorial/lilybook.tex'
Reading `input/screech-boink.ly'
lots of stuff deleted
Writing `out/lilybook.tex'
$ cd out
$ latex lilybook
lots of stuff deleted
$ xdvi lilybook
Wo muss ich denn das hier (wenn ichs überhaupt brauche) integrieren?
Wo bekommt man dieses ominöse Lily-book überhapt her?
Das sind warscheinlich ein Haufen dumme Fragen aber ich weiss es nicht besser :-(
Kann vielleicht mal jemand ein Beispiel posten das tatsächlich funktioniert?
Vielen Dank
Chris