lilypond-user
[Top][All Lists]
Advanced

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

Re: Solution to 7 over sqr(71) time against integer polyrhythms


From: Kieren MacMillan
Subject: Re: Solution to 7 over sqr(71) time against integer polyrhythms
Date: Tue, 15 Nov 2016 22:06:49 -0500

mclaren,

On Nov 15, 2016, at 9:04 PM, mclaren <address@hidden> wrote:
My statement that Lilypond does not allow barlines to be inserted wherever
you want on individual staves without drawing barlines through all the other
staves is factually accurate. 

Hmmm… I guess you and I have different definitions of “factually accurate”.

\version "2.19.49"
\language "english"

\layout {
  \context {
    \Score
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
  }
  \context {
    \Staff
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
  }
}

musicA = { \time 4/4 c''4 \bar "|" c'' c'' c'' }
musicB = { \time 6/8 c''8 \bar "|" c''4 c''2 c''4 }

\score {
  <<
    \new Staff \musicA
    \new Staff \musicB
  >>
}

Inserting \bar "|" in one staff draws lines through all the other staffs.
There is no way to prevent this. It's a classic example of bad program
design, and we all just have to live with it. 

Really? Is that what the snippet above does? Because on my machine I get the following output:


Regards,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


reply via email to

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