I _think_ that this bug report explains the problems you reported here and in the previous thread:
https://code.google.com/p/lilypond/issues/detail?id=3696

I suggest using the "workaround" (I see it as a sort of best practice for using articulate.ly):

move the include after the \score block with layout and before the \score with midi

Il giorno sab 9 mag 2015 alle 19:13, Knute Snortum <ksnor...@gmail.com> ha scritto:
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)
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to