"T. Michael Sommers" <tmsomme...@gmail.com> writes:

> It seems that unless I put a
>
>       \set Score.currentBarNumber = #0
>
> at the top of a score, the bar numbers that get printed are one higher
> than they should be.  For instance, this, with the above line
> commented out, labels the first bar "2". What am I missing?

It labels the _second _ bar "2".  Which is entirely correct.

> ----- snip -----
> \version "2.18.2"
>
> \language "english"
>
> \relative c' {
>     \time 6/4
>     \key e \major
>     \override Score.BarNumber.break-visibility = ##(#t #t #t)
>
>     %\set Score.currentBarNumber = #0
>
>     r2. r2 b4 | b2 <gs e'>4 e'2 fs4 | e2 <a, ds>4 cs2 <a b>4 |
>     <b e>2 e4 <cs e>2 fs4 | <b, e b'>2.~ <b e b'>2 gs'4 |
>
> }
> ----- snip -----

If you don't want to start with a full (obviously counted) bar, write
\partial 4 instead of r2. r2 at the start.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to