On 4-Jun-05, at 1:07 PM, Aaron Mehl wrote:

I am still trying to figure out if there are required
elements in a lilypond file

You need a score.  It can be explicit,
\score{
blah blah
}
or you can use a shortcut
{
c'4
blah blah
}
which adds the \score{} part automatically.

 and if they must occur in
a certain place or not.

It doesn't matter where they go, but if you use identifiers
cellomusic= { blah blah }
then the identifiers have to be defined before you use them
\cellomusic

- Graham



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to