lilypond-user
[Top][All Lists]
Advanced

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

Re: Including artwork


From: Luís Marques
Subject: Re: Including artwork
Date: Mon, 24 Oct 2005 16:05:20 +0100

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




reply via email to

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