2: There needs to be some more space between the clefs and the first notes
The solution to that problem is to increase first-note minimum-fixed-space,
e.g.:
\override Staff.Clef #'space-alist = #'(
(ambitus extra-space . 2.0)
(staff-bar extra-space . 0.7)
(key-can
Hi Pierre!
Hi Knut,
I’m afraid this is not easy to achieve. The „Mensurstriche“ in LilyPond are
technically SpanBars, and they can only be drawn between two bar lines on the
adjacent staves, and MultiMeasureRests can’t cross barlines. Which incidentally
also shows that Distler’s concept isn’t
Oops, sorry for the noise.
Cheers,
Pierre
2016-09-09 21:35 GMT+02:00 Simon Albrecht :
> Hi Pierre,
>
> please read more carefully! That’s not what Knut asked: he wants to
> combine „Mensurstriche“ with polymetric notation.
>
> Hi Knut,
> I’m afraid this is not easy to achieve. The „Mensurstriche“
Hi Pierre,
please read more carefully! That’s not what Knut asked: he wants to
combine „Mensurstriche“ with polymetric notation.
Hi Knut,
I’m afraid this is not easy to achieve. The „Mensurstriche“ in LilyPond
are technically SpanBars, and they can only be drawn between two bar
lines on the
Hi Knut,
Do you mean something like:
\version "2.18"
\layout {
\context {
\Staff
\override BarLine.transparent = ##t
}
}
<<
\new GrandStaff <<
\new Staff \new Voice = "A" {
\repeat unfold 10 { c''1 }
\revert Staff.BarLine.transparent
\bar "|."
}
\new
Hi everybody!
Polymetric music is no problem, neiter are mensural lines.
But: Any idea to combine both with lilypond to achieve
something close to the attached example from Hugo Distler?
cu,
Knut
ErIstsProblem.pdf
Description: Zip archive
___
lilypo