lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3482 in lilypond: inconsistent treatment of vertic


From: lilypond
Subject: [Lilypond-auto] Issue 3482 in lilypond: inconsistent treatment of vertical spacing variables
Date: Wed, 31 Jul 2013 12:02:30 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3482 by address@hidden: inconsistent treatment of vertical spacing variables
http://code.google.com/p/lilypond/issues/detail?id=3482

Eluze wrote :

why do we have to specify a list for the
VerticalAxisGroup.staff-staff-spacing while e.g. for the
StaffGrouper.staff-staff-spacing you can define single items and also all
the other vertical spacers like default-staff-staff-spacing,
nonstaff-relatedstaff-spacing, nonstaff-unrelatedstaff-spacing etc. accept
single values?

\score {
  \new PianoStaff \with {
    \override VerticalAxisGroup.staff-staff-spacing.basic-distance = #35
  }
  <<
    \new Staff { c''1 c'' c''2 c'' }
    \new Staff { \clef bass e1 f e2 d }
  >>
}

and here is part of the log:

GNU LilyPond 2.17.23
…
warning: type check for `staff-staff-spacing' failed; value
`((basic-distance . 35) . #<unpure-pure-container #&lt;primitive-procedure
ly:axis-group-interface::calc
 :
 :
taff-staff-spacing> #<primitive-procedure
ly:axis-group-interface::calc-pure-staff-staff-spacing> >)' must be of type
`list'

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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