mclaren,

On Nov 15, 2016, at 9:04 PM, mclaren <[email protected]> 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: [email protected]

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to