lilypond-user
[Top][All Lists]
Advanced

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

Re: Request for Engraving Suggestions


From: Bill Mooney
Subject: Re: Request for Engraving Suggestions
Date: Tue, 27 Sep 2011 18:08:55 +1300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

Greetings!
Having read the posts about this, and assuming you have upgraded to v14., I can offer the paper-block below, which can be pasted into your .ly file.
I think the values chosen give a reasonable on-page appearance...
Thanks to Reinhold Kainhofer for allowing us use of his code from his website - it is an invaluable resource!
Hope this helps
Regards
Bill
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

\paper {
%#(set-paper-size "a4")
%this commented out because it occurs in RK's section below

%left-margin = 20\mm %it's interesting to see how large this can be set!
%right-margin = 15\mm
%tinkering with thse two values is useful if binding margins are needed.
%NB these are superfluous if 'two-sided' is ON - see below
        
%top-margin = 10\mm

markup-system-spacing = #'((basic-distance . 10) (minimum-distance . 10) (padding . 2) (stretchability . 50)) system-system-spacing = #'((basic-distance . 20) (minimum-distance . 20) (padding . 2) (stretchability . 50))
%tinkering with these values allows any fine tuning - 'ad lib' :)

%\ragged-bottom ##f
%this commented out because it occurs in RK's section below

two-sided=##t
inner-margin = 30\mm
outer-margin = 20\mm
%binding-offset = 40\mm
%these are added here in case you want to have double-sided printout

%++++++++++++++++ The lines below are courtesy R Kainhofer with minor alterations

 pages=3
  systems-per-page=3
  ragged-bottom=##f
  ragged-last-bottom=##f
  ragged-last=##f
  ragged-right=##f
  #(set-paper-size "a4")

  top-system-spacing #'basic-distance = #7
  top-markup-spacing #'basic-distance = #5
  last-bottom-spacing #'basic-distance = #10
 % markup-system-spacing #'basic-distance = #15
%this commented out because it is set in the 'complete' form earlier

  top-system-spacing #'stretchability = #60
  top-markup-spacing #'stretchability = #40
  last-bottom-spacing #'stretchability = #60

  markup-system-spacing #'stretchability = #60
%  system-system-spacing #'stretchability = #40
%this commented out because it is set in the 'complete' form earlier
        }



reply via email to

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