lilypond-user
[Top][All Lists]
Advanced

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

Re: several short pieces on one page?


From: Robert Schmaus
Subject: Re: several short pieces on one page?
Date: Fri, 09 Dec 2011 08:42:43 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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