lilypond-user
[Top][All Lists]
Advanced

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

Re: Including a logo on the title page of a book


From: Francisco Vila
Subject: Re: Including a logo on the title page of a book
Date: Sat, 6 Dec 2014 00:54:55 +0100

2014-12-05 19:12 GMT+01:00 Markus Baertschi <address@hidden>:
> On Fri, Dec 5, 2014 at 6:39 PM, Francisco Vila <address@hidden> wrote:
>> Did you try a toplevel markup before the actual score?
>>
>> \markup {the logo}
>>
>> \score {
>>     { c' }
>> }
>
> I tried adding it to things in the \header part.
>
> \header {
>     title = \markup { ... \epsfile ... }
> }
>
> The problem is that this way the logo treated like the title text
> and takes space like it. I'd like to give it a fixed place on a separate 
> layer.
> Sort of 'print the logo 2cm from the top and 3cm from the left of the page',
> independent of any other text.

The this solution works: create a full page with your logo at the
desired location and use pdftk to combine them this way:

pdftk themusic.pdf background thelogo.pdf output overlay.pdf

thelogo.pdf and a PNG render of overlay.pdf attached.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

Attachment: thelogo.pdf
Description: Adobe PDF document

Attachment: overlay.png
Description: PNG image


reply via email to

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