Again, excuse me, I am new here.
I have read the document, but am still confused.
What is the basic lilypond structure?
For example, to write a simple Piano staff, does it look like this ?
--------
\header {
filename = "the_file_nam.ly"
title = "Title goes here"
subtitle = "subtitle goes here"
composer = "comoser's name (1756 - 2002)"
tagline = "Copyright \copyright 2002 my copyright note"
}
\include "english.ly"
\version "1.6.5"
\paper {}
\midi {\tempo 4 = 120 }
global = \notes {
\key e \major
\time 6/8
}
\score {
\context PianoStaff <
\context Staff = upper \upper
\context Staff = lower \lower
>
}
upper = {
a b c d
% .. blah blah ...
}
lower = {
e f g h
%.. blah blah ...
}
---------
thank you very much
neuro
http://neuro.ohbi.net
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user