If you want it before the score, just put it before the \score{...}
in the input file. It works exactly the same way as if you want
several scores in the same file, just put the corresponding \score{...}
blocks after eachother.

  /Mats

Luís Marques wrote:

On 10/24/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
Or use plain markup blocks

\header{
 title = "title"
}
\markup{
 \epsfile #"art.eps"
}
{ a b c } %score 1
{ d e f } %score 2

It seems \markup can't go inside \score. How do you integrate that
markup block in this?:

one = \relative
{ .. }

two =  \relative
{ .. }

\score
{
<<
 \new Staff \one
 \new Staff \two
}

Thanks for the great advices so far!

Luís Marques


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to