lilypond-user
[Top][All Lists]
Advanced

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

Re: Box getting off-center


From: -Eluze
Subject: Re: Box getting off-center
Date: Fri, 25 Mar 2011 02:21:59 -0700 (PDT)


Michael Dykes wrote:
> 
> I am now in a project that is working to set, and upload the vast
> repertoire
> of Orthodox liturgical music that exists. I harmonize, and arrange some of
> it, then send it along to a colleague to adds certain fields to my
> Lilyponded arrangements. He is mainly adding a boxed in area at the bottom
> of the last page that contains copyright info, and other pertinent stuff.
> Attached is one file He did, and another that I submitted, and He added
> the
> copyright info, and etc. However, while the file He did completely himself
> looks fine, mine has the box partly off the page. Can anyone help? Thanks.
> 
hi

this seems due to the option #(set-global-staff-size 22)

if you don't want to reduce this size globally you can restrict this setting
to the musical score:

\score {
...
  \layout {
    #(layout-set-staff-size 22)
} }

the tagline then will not be affected!

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/Box-getting-off-center-tp31234502p31236190.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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