[EMAIL PROTECTED] writes:
> * Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> > > How about making top-margin and bottom-margin available as a variable
> > > to be defined in "\paper" as well? It would also be terrific to have
> > > things like left-margin and right-margin.
> 
> actually I just saw that the manual for 2.3.7 says that top-margin and
> bottom-margin can be defined in the \bookpaper block. But if I do (in
> lily 2.3.7):
> 
> \bookpaper {
>     raggedbottom = ##t
>     bottom-margin = 2\cm
> }
> 
> I get:
> 
> /home/kroger/composicao/inacabadas/trivium/score/trivium.ly:23:10: error: syntax 
> error, unexpected '-', expecting '=':
>     bottom
>           -margin = 2\cm
> 
> am I missing something?

they should be renamed to bottommargin.

or you can do

  #(define bottom-margin (* 2 cm))

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to