lilypond-user
[Top][All Lists]
Advanced

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

the Basic Lilypond structure


From: neuro Hwang
Subject: the Basic Lilypond structure
Date: Sun, 10 Nov 2002 20:58:37 -0800

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
address@hidden
address@hidden








reply via email to

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