lilypond-user
[Top][All Lists]
Advanced

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

lilypond-book-preamble and extra-offset


From: Gilberto Agostinho
Subject: lilypond-book-preamble and extra-offset
Date: Mon, 20 Jan 2014 11:53:07 -0800 (PST)

Hi all,

I would like to ask you if there is any way of moving a grob and at the same
time have lilypond-book-preamble consider its new position when cropping the
page. For instance, with the code below, I'd like to have both the clef and
the time signature in the image (i.e, NOT being cut):

\version "2.18.0"
\include "lilypond-book-preamble.ly"
{
  \override Score.Clef.extra-offset = #'(0 . 4)
  \override Score.TimeSignature.extra-offset = #'(0 . -3.5)
  c'
}

But instead I get this:

<http://lilypond.1069038.n5.nabble.com/file/n158248/lily_book_preamble.png> 

Any ideas?

Thanks a lot!
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/lilypond-book-preamble-and-extra-offset-tp158248.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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