lilypond-user
[Top][All Lists]
Advanced

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

Understanding spacing


From: Noeck
Subject: Understanding spacing
Date: Sat, 20 Apr 2013 22:06:22 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Hi,

I try to get the spacing commands right and this looks strange to me:

\version "2.16.0"
\paper {
  system-system-spacing #'basic-distance = #123
  system-system-spacing #'stretchability = #123
  #(display system-system-spacing)
}

produces in the output:

((stretchability . 123) (basic-distance . 123) (basic-distance . 12)
(minimum-distance . 8) (padding . 1) (stretchability . 60))

Why basic-distance and stretchability are not overwritten by the new values?

Second question: Is there a function to change all 4 values without
typing the whole alist, only the values? Like:
  system-system-spacing = \foo #12 #8 #1 #60
That would be handy.

Third question: Is there a way to change spacing relative to the current
settings?
Like system-system-spacing #'basic-distance += #5 % note the +=

Cheers,
Joram




reply via email to

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