lilypond-user
[Top][All Lists]
Advanced

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

Re: printed page does not match the .pdf file


From: David Bobroff
Subject: Re: printed page does not match the .pdf file
Date: Fri, 06 Feb 2009 06:29:28 +0000
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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