lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3919 in lilypond: no bar numbers printed after


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3919 in lilypond: no bar numbers printed after a line break in the middle of a repeated measure
Date: Tue, 07 Jul 2015 22:01:42 +0000

Updates:
        Labels: Needs-design

Comment #1 on issue 3919 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]