lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom bar numbering format


From: Noeck
Subject: Re: Custom bar numbering format
Date: Fri, 6 Jul 2018 23:14:29 +0200

Dear Kyle,

> When I number my own scores, the bars that get numbers are
> 
> 1) The first bar of every staff/system

That's the default.

> 2) Every 10 bars Regardless of location

How about adding this voice in parallel to your music (assuming a 4/4
timing):

{
  s1*9
  \repeat unfold 5 {
    \once \override Score.BarNumber.break-visibility =
#end-of-line-invisible
    s1*10
  }
}

HTH,
Joram



reply via email to

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