Next: Titles and headers, Previous: Input files, Up: Global issues
A \score
must contain a single music expression. However,
this music expression may be of any size. Recall that music
expressions may be included inside other expressions to form
larger expressions. All of these examples are single music
expressions; note the curly braces { } or angle brackets <<
>> at the beginning and ending of the music.
{ c'4 c' c' c' }
{ { c'4 c' c' c'} { d'4 d' d' d'} }
<< \new Staff { c'4 c' c' c' } \new Staff { d'4 d' d' d' } >>
{ \new GrandStaff << \new StaffGroup << \new Staff { \flute } \new Staff { \oboe } >> \new StaffGroup << \new Staff { \violinI } \new Staff { \violinII } >> >> }
This page is for LilyPond-2.8.8 (stable-branch).