bug-lilypond
[Top][All Lists]
Advanced

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

Setting spacing alist key individually breaks annotate-spacing


From: Mark Polesky
Subject: Setting spacing alist key individually breaks annotate-spacing
Date: Tue, 19 Oct 2010 09:51:19 -0700 (PDT)

\version "2.13.36"

\paper {
  annotate-spacing = ##t

  % this style works only if annotate-spacing is off:
  top-system-spacing #'minimum-distance = #20

  % this style works whether annotate-spacing is on
  % or off, but is not a valid workaround since it
  % unsets any alist keys that were previously set:
  %   top-system-spacing = #'((space . 5))
}

{ c'' }


* * * * * * * * * *

Here's the error message:

Drawing systems...
[...]/scm/stencil.scm:667:41:
In procedure assoc in expression (assoc-get sym spacing-spec ...):
[...]/scm/stencil.scm:667:41:
Wrong type argument in position 2 (expecting association list):
 ((minimum-distance . 20) . #<variable 7f0fed213210 value: #0#>)

shell returned 1

* * * * * * * * * *

Thanks.
- Mark


      



reply via email to

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