bug-lilypond
[Top][All Lists]
Advanced

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

Re: \override VerticalAlignment #'max-stretch = #ly:align-interface::cal


From: Keith OHara
Subject: Re: \override VerticalAlignment #'max-stretch = #ly:align-interface::calc-max-stretch in 2.14.2
Date: Sat, 29 Oct 2011 06:23:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Colin Campbell <cpkc <at> shaw.ca> writes:

> > definitions.ly:16:50: error: GUILE signaled an error for the expression
> > beginning here
> >       \override VerticalAlignment #'max-stretch = #
> > ly:align-interface::calc-max-stretch
> 
> Would you post a short snippet which produces this, please?

It was in the 2.12 manual, Notation Reference section 4.4.1.
The whole vertical spacing system has been replaced by what is in 
the new manual, same section.

Maybe you want to consider this a convert-ly bug.  

\layout {
  \context {
    \Score
    \override VerticalAlignment #'max-stretch =
      #ly:align-interface::calc-max-stretch
  }
}
\new StaffGroup << 
  \new Staff { c d e f \pageBreak c d e f  }
  \new Staff { c d e f c d e f } >>






reply via email to

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