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 } >>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond