On Sun, 10 Nov 2002 20:58:37 -0800
neuro Hwang <[EMAIL PROTECTED]> wrote:
> What is the basic lilypond structure?
>
> For example, to write a simple Piano staff, does it look like this ?
Did you try it?
See this for some examples:
http://lilypond.org/stable/input/template/out-ww
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 h
7
ef4 r8 bf bf bf % 8
ef8 ef ef ef r8 r8% 9
}
\score {
\context GrandStaff <
\context Staff = upper <
\global
\upper
>
\context Staff = lower <
\global
\clef "bass"
\lower
>
>
}
- Original Message -
> Again, excuse me, I am new