On 10/24/05, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> 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.
Thing is, that didn't work. I'm trying with the eps file from the
regression test
http://lilypond.org/doc/v2.6/input/regression/out-www/lily-390576225.ly

The lilypond file goes in attachment. The markup block is before the
score. The box isn't drawn though. Other methods worked, so the file
path and such must be right.

Luís Marques
\version "2.6.3"

\header
{
  title = "Blue-Bells of Scotland"
}

one = \relative
{
  \override Staff.TimeSignature #'style = #'()
  \key g \major
  \partial 4

  d g2 fis4 e d2 e4 fis8( g8) r1 r2 r4 d g2 fis4 e \break
  d2 e4 fis8( g8) r1 r2 r4 d r2 r4 d g2 e4 fis8( g8) \break
  fis4 d e r r2 e4 fis g2 fis4 e d2 e4 fis8( g8) r1 r2 r4
}

two =  \relative
{
  \override Staff.TimeSignature #'style = #'()
  \clef "bass"
  \key g \major
  \partial 4

  r4 r1 r1 b4 b c a g2. r4 r1  \break
  r1 b4 b c a g2. r4 b4 g b r r1 r2 r4 cis4 d2 r2 r1 r1 b4 b c a g2.
}

\markup
{
 \epsfile #"box.eps"
}

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

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

Reply via email to