lilypond-user
[Top][All Lists]
Advanced

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

Another way \articulate messes up bar line checks


From: Knute Snortum
Subject: Another way \articulate messes up bar line checks
Date: Sun, 4 Oct 2020 17:18:49 -0700

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

%%%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 |
  }
}

\include "articulate.ly"

\score {
  \articulate { % Remove articulate and all is well!
    \new Staff \rightHand
  }
}
%%%End

---
Knute Snortum
(via Gmail)



reply via email to

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