I've noticed that myself. For me the answer was to *print* the PDF with
Acrobat Reader.
-David
Chip wrote:
When I view my file as .pdf it shows the very small margins all the way
around the page. When I print the .pdf using jpedal I get what appears
to be 1" margins left and right and bottom, and about 2" from the top of
the page to the top of the title. What do I have to do to get the page
to print just like the .pdf? I am using jedit/jpedal on XP. Below is my
code for this particular page.
Thanks,
Chip
==================
\version "2.12.1"
\layout { indent = #0
line-width = #195
ragged-last = ##t
}
\include "english.ly"
#(set-default-paper-size "letter")
global = {
#(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
\override MultiMeasureRest #'expand-limit = 1
\set Score.skipBars = ##t
\numericTimeSignature
#(set-global-staff-size 18)
}
\paper {
#(define page-breaking ly:minimal-breaking)
between-system-padding = #0.1
}
\book {
\header {
title = "Ras Jammie - Thin Line"
instrument = "Tenor Sax" }
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxHooked.ly"
}
\header {piece = "Hooked (EMaj - F#m)"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxDaddy.ly"
}
\header {piece = "Daddy Won't Mind (FMaj - Gm)"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxSometimey.ly"
}
\header {piece = "Sometimey People (Cm - Fm)"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxBlack.ly"
}
\header {piece = "Black Day (Em - GMaj)"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxJah.ly"
}
\header {piece = "Jah Son (Em - F#m)"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxRunaway.ly"
}
\header {piece = "Runaway Slave"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxAnxiety.ly"
}
\header {piece = "Anxiety Attack"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxFroggy.ly"
}
\header {piece = "Froggy"}
}
\score {
\relative c'' { \time 4/4 \global
\include "RasJammie\SaxMore.ly"
}
\header {piece = "More"}
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user