Christoph Kukulies wrote:
> example.ly:
> \relative c'' { \key es; r8 [c16 b] [c8 g] [as c16 b] [c8 d] | g,4 }

The mudela file must contain the following before it will parse.

\score {
\notes { notes here }
\paper { paper specification here}
}

In your case th ly file will look as follows:

\score {
\notes \relative c'' { \key es; r8 [c16 b] [c8 g] [as c16 b] [c8 d] |
g,4 }
\paper { }
}

If you look at the tutorial and reference manual it will show you.

Adam


-- 
Adam Tee
Postgraduate Research Student
Dept of Electronic & Electrical Engineering and Dept of Music
University of Leeds
LS2 9JT
UK

Reply via email to