bug-lilypond
[Top][All Lists]
Advanced

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

Re: assignment to single keys in staff-staff-spacing


From: Keith OHara
Subject: Re: assignment to single keys in staff-staff-spacing
Date: Thu, 23 Dec 2010 03:33:48 -0800
User-agent: Opera Mail/11.00 (Win32)

On Thu, 23 Dec 2010 02:45:58 -0800, Keith OHara <address@hidden> wrote:
   It looks like the ability to assign to single keys broke sometime since 
2.13.39

My mistake.
VerticalAxisGroup's staff-staff-spacing is by default a function, not an 
association-list, so it is nonsense to try to set one key.  I was thinking of 
default-staff-staff-spacing.

This is merely a docs bug.

Mark, I'm pretty sure the examples in NR 4.4.1 should use a real association 
list to demonstrate the syntax to set just one key.  I referred to the 2.13.43 
docs to remember the new property names, and found two bad examples:

\new Staff \with {
  \override VerticalAxisGroup #'staff-staff-spacing #'basic-distance = #10
} { … }

\layout {
  \context {
    \Staff
    \override VerticalAxisGroup #'staff-staff-spacing #'basic-distance = #10
  }
}

-Keith




reply via email to

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