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: brentboylan
Subject: Re: Including a logo on the title page of a book
Date: Thu, 4 Dec 2014 17:03:57 -0700 (MST)

Move the \markup to the end of the header like this and it should work:

\header { 
    title = "Lake Norman Pipe Band" 
    subtitle = "March collection" 
    copyright = \markup { 
        \line {"Compiled by John S. McWilliam," 
        \concat { "(rev. " \date ")" }}} 

   \markup {\epsfile #0 #20 #"Logo_LNBP.eps"} 
  } 

Then you can adjust the size and position as needed.




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



reply via email to

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