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 Lyrics \lyricsto "A" \lyricmode { \repeat unfold 10 bla }
    \new Staff \new Voice = "B" {
      \repeat unfold 10 { c''1 }
      \revert Staff.BarLine.transparent
      \bar "|."
    }
    \new Lyrics \lyricsto "B" \lyricmode { \repeat unfold 10 bla }
    \new Staff \new Voice = "C" {
      \repeat unfold 10 { c''1 }
      \revert Staff.BarLine.transparent
      \bar "|."
    }
    \new Lyrics \lyricsto "C" \lyricmode { \repeat unfold 10 bla }
  >>
  \new GrandStaff <<
    \new Staff \new Voice = "D" {
      \repeat unfold 10 { c''1 }
      \revert Staff.BarLine.transparent
      \bar "|."
    }
    \new Lyrics \lyricsto "D" \lyricmode { \repeat unfold 10 bla }
    \new Staff \new Voice = "E" {
      \repeat unfold 10 { c''1 }
      \revert Staff.BarLine.transparent
      \bar "|."
    }
    \new Lyrics \lyricsto "E" \lyricmode { \repeat unfold 10 bla }
    \new Staff \new Voice = "F" {
      \repeat unfold 10 { c''1 }
      \revert Staff.BarLine.transparent
      \bar "|."
    }
    \new Lyrics \lyricsto "F" \lyricmode { \repeat unfold 10 bla }
  >>
>>

HTH,
Cheers,
Pierre

2016-09-09 19:07 GMT+02:00 Knut Petersen <knut_peter...@t-online.de>:

> 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
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to