lilypond-user
[Top][All Lists]
Advanced

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

Re: Including artwork


From: Mats Bengtsson
Subject: Re: Including artwork
Date: Mon, 24 Oct 2005 17:24:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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 <address@hidden> 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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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