lilypond-user
[Top][All Lists]
Advanced

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

Re: Another way \articulate messes up bar line checks


From: Peter Chubb
Subject: Re: Another way \articulate messes up bar line checks
Date: Mon, 16 Nov 2020 09:12:48 +1100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Knute" == Knute Snortum <ksnortum@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

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