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
Not sure if this qualifies as a bug, but it's a little unexpected and
annoying. Using an empty chord to attach markup with full-bar rests
seems to change the spacing of the bars, the bar with the <> is
significantly shorter. Using a zero-duration skip (s1*0) has the same
effect.
This only seems to
If you use an appoggiatura with articulate.ly, even if you have different
score blocks, the appoggiatura is not rendered correctly.
\version "2.19.19"
\language "english"
\include "articulate.ly"
music = \relative c'' { \appoggiatura cs8 d1 }
\score {
\music
\layout {}
}
\score {
\articul