Updates:
        Labels: Needs-design

Comment #1 on issue 3919 by [email protected]: no bar numbers printed after a line break in the middle of a repeated measure
https://code.google.com/p/lilypond/issues/detail?id=3919

The following serves as a workaround:

\layout {
  \context {
    \Score
    barNumberVisibility = #(every-nth-bar-number-visible 1)
    \override BarNumber.break-visibility = #begin-of-line-visible
  }
}

There are different conventions here, so we’d have to find an agreement on which we prefer.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to