>>>>> "Knute" == Knute Snortum <ksnor...@gmail.com> writes:

Knute> Here's another way that "articulate.ly" messes with bar line
Knute> checks.  If you put a \repeat volta in the middle of a measure,
Knute> you cannot get reliable bar line checks (|) after that.  Here's
Knute> my MWE:

That's a problem with the music.  To avoid the barcheck fail the
last bar should have only three crotchets in it, to match the anacrusis.  If 
you replace
\articulate with \unfoldRepeats you'll see the issue.

Like so:
%%%START
\version "2.20.0"

rightHand = \relative c' {
  \repeat volta 2 {
    \partial 4 f4
    c4 d e f |
    c4 d e
  }

  \repeat volta 2 {
    f4 |
    c4 d e  % f
  }
  f4 |
}
\score { \unfoldRepeats \rightHand }

-- 
Peter Chubb            Tel: +61 2 9490 5852      http://ts.data61.csiro.au/
Trustworthy Systems Group                                    CSIRO's Data61

Reply via email to