bug-lilypond
[Top][All Lists]
Advanced

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

Enhancement: using \barNumberCheck inside a \repeat with articulate.ly


From: Knute Snortum
Subject: Enhancement: using \barNumberCheck inside a \repeat with articulate.ly
Date: Sat, 9 May 2015 10:13:50 -0700

If you are using articulate.ly, you can't have a \barNumberCheck inside a
\repeat even if it's a volta. I believe this is because \articulate does a
\repeat unfold so it's not a bug per se, but it's a pretty important
enhancement (IMO) since a lot of baroque music uses trills and repeats.

\version "2.19.19"
\language "english"
\include "articulate.ly"

music = \repeat volta 2 {
  \relative c'' {
    c1 \prall |
    \barNumberCheck #2
    d1 |
  }
}

\score {
  \music
  \layout {}
}

\score {
  \articulate <<
    \music
  >>
  \midi {}
}

Knute Snortum
(via Gmail)


reply via email to

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