Google Importer - 2015-07-07

Originally posted by: simon.al...@mail.de

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.

Labels: Needs-design