lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TeXShop and Lilypond


From: Michael Millett
Subject: TeXShop and Lilypond
Date: Sun, 15 Apr 2007 22:12:39 -0500
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

I need to make some handouts in TeXShop that incorporate Lilypond code, and pretty quickly. And I have not yet been able to get the two to work together. I don't understand what I need to do. Would someone kindly tell me what is wrong with this TeXShop code.

Thanks for your help.
Michael

\documentclass [12pt] {report}

\usepackage {times}
\usepackage [dvips] {graphicx}

\begin {document}

\begin {flushright}
My Name
\end {flushright}

\begin {center}

Brahms: Intermezzo In A Major\\
\emph {Op. 118, No. 2}
\end {center}
\begin {lilypond}
\version "2.8.4"
{
\key a \major << e'4 gis' c'' e'' >>
<< e' g' cis'' >>
<< e' g' d'' >>
<< a' cis'' e'' >>

<< a' c'' f'' a'' >>
<< f' a' c'' dis'' >>
<< dis' fis' a' c'' >>
<< a' c'' e'' >>

<< e'1 gis' b' >>
\bar "||"

}

\end{lilypond}

\end {document}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]