On Friday, January 03, 2014 11:04:20 PM you wrote:
> Thomas Spuhler writes:
> > Now that Lilypond-2.8.0 has been released, what is the chance of
> > migrating it to guile-2?
>
> You mean 2.18.0. The chance is exactly zero: this is a major
> undertaking which will not be done in a stable release
\version "2.19.3"
upper = {
\clef treble \time 2/4
\voiceOne a''8 \noBeam 8
}
lower = {
\clef bass \time 2/4
\override Beam.auto-knee-gap = ##f
\voiceTwo b8 -. \change Staff = "upper" 8 -.
}
\score {
\new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
David Kastrup writes:
> Simon Albrecht writes:
>
>> Hello,
>>
>> attached you find one page of a mass setting by Palestrina. The
>> vertical spacing is very uneven and seems irrational and I'm a bit at
>> a loss with interpretation.
>
> The run the the same file through with the -ddebug-skylines
Simon Albrecht writes:
> Hello,
>
> attached you find one page of a mass setting by Palestrina. The
> vertical spacing is very uneven and seems irrational and I'm a bit at
> a loss with interpretation.
The run the the same file through with the -ddebug-skylines option.
--
David Kastrup
_