Hi Aoileann,

Each \score encloses a new piece of music. I've put a small example below. You can give each score a new header with an individual piece name (but not title - that's universal).
Anyway, this might be what you're looking for.

Best,
Robert


\version "2.14.2"


\header{ title = "Many Songs" }

\score{

        \new StaffGroup <<
                \new Staff \relative c' { \repeat unfold 60 c }
                \new Staff \relative c' { \repeat unfold 60 e }
        >>
        \header{ piece = "Piece 1"    }
        \layout{}
}



\score{

        <<
                \new Staff \relative c'' { \repeat unfold 60 cisis }
        >>
        \header{ piece = "Piece 2" }
        \layout{}
}

\score{
        
        <<
                \new Staff \relative c'' { \repeat unfold 60 aes }
        >>
        \header{ piece = "Piece 3" }
        \layout{}
}


Am 12/9/11 8:00 AM, schrieb Fidler Aoileann:
Hi there,

I would like to be able to print three or four short pieces of music on one 
page but
I don't know how to get lilypond to do this.

Thanks in advance

Aoileann Fidler

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to