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: Matthias Böhringer
Subject: Re: Including a logo on the title page of a book
Date: Fri, 05 Dec 2014 16:33:43 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Am 05.12.2014 um 16:05 schrieb John McWilliam:
Inclusion of logo problem.
Suggestion was to move the \markup command to the end of the Header object.
This resulted in: "unexpected \markup error."




-----
John McWilliam
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Including-a-logo-on-the-title-page-of-a-book-tp169194p169221.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

Hallo list,

I can get it to work, if

1) the eps file is in a place where lily can find it

2) the eps fiel has a proper Bounding Box (I let ghostview calculate that!)

3) I used the "poet" for the logo file

Short extract from my .ly: (just the header definition)


\header {
  title = "Title"
  composer = "Composer"
  arranger = "Arranger"
  tagline = \markup {
    Version
    \simple #(strftime "%d. %B %Y, %X," (localtime (current-time)))
    LilyPond \simple #(lilypond-version)
      }
poet =  \markup { \epsfile #0 #20 #"Logo_LNPB_gv.eps" }
}

Hope this helps,

Matthias
--
Matthias Böhringer
Brunnenstraße 6
72296 Schopfloch-Unteriflingen



reply via email to

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