lilypond-user
[Top][All Lists]
Advanced

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

scheme in \layout to produce relative dimensions


From: Graham Percival
Subject: scheme in \layout to produce relative dimensions
Date: Tue, 16 May 2006 04:38:21 -0700

I'm trying to produce
line-width = line-width - 30mm

The docs contain
\paper {
  #(define bottom-margin (* 2 cm))
}
which I assume means bottom-margin = bottom-margin*2cm. If not, please let me know. :)

Here's what I unsuccessfully tried,

\score{
  \relative c'' {
    \repeat unfold 16 {a4 b c d}
  }
  \layout{
%    left-margin = #(- 30 mm)
    #(define line-width (- 30 mm))
  }
}

Cheers,
- Graham





reply via email to

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