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

Reply via email to