bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1338 in lilypond: Setting spacing alist key individually breaks an


From: lilypond
Subject: Issue 1338 in lilypond: Setting spacing alist key individually breaks annotate-spacing
Date: Wed, 20 Oct 2010 10:50:05 +0000

Status: Accepted
Owner: ----
Labels: Type-Other

New issue 1338 by RalphBugList: Setting spacing alist key individually breaks annotate-spacing
http://code.google.com/p/lilypond/issues/detail?id=1338

\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

* * * * * * * * * *





reply via email to

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