lilypond-user
[Top][All Lists]
Advanced

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

Re: polymetric music with mensuration lines


From: Pierre Perol-Schneider
Subject: Re: polymetric music with mensuration lines
Date: Fri, 9 Sep 2016 19:37:42 +0200

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



reply via email to

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