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
lilypond-user@gnu.org
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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user