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: Tue, 25 Oct 2005 10:49:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Your example works without problem here, both with version 2.6.4 and
2.7.12. Note that the box is placed at the left edge of the paper.
Do you get any warnings or errors?

  /Mats

Luís Marques wrote:

On 10/24/05, Mats Bengtsson <address@hidden> 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
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]