On Tue, Feb 3, 2015 at 2:59 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:

> This may be related to the fact that I have a ScoreMarks (a.k.a. MarkLine)
> context at the top of my score:


Have you tried removing bar numbers from the Score context and placing them
in the Staff context instead? viz.

\layout {
    \context {
      \Score
      \remove "Bar_number_engraver"
    }
    \context {
      \Staff
      \consists "Bar_number_engraver"
    }
  }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to