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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to