Hi Mansour,

Am 21.11.18 um 20:39 schrieb mansouraoun:
Hello Lilypond community,

I'm an absolute beginner, I watched the full playlist on youtube and read a
fair amount of the manual yet it is all fragmented in my head now. I just
would like to see how the structure of a finished file would look like,
specifically a multi-staves score. I've searched on the website but I found
the graphic results of such files, not the actual code.

Thanks in advance!
Mansour

One very simple example (which you could extend easily):

\version "2.18.2"


Soprano = \relative c' {
  c4 d e2
  \bar "|."
}
\addlyrics {
  This is great!
}

Bass = \relative g {
  \clef bass
  f4 e8( d) a2
}
\addlyrics {
  Well well well
}

\new ChoirStaff <<
  \new Staff \Soprano
  \new Staff \Bass
>>

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

Reply via email to