As Richard noticed, I suppose you're talking about "bar numbering".
Try :

\version "2.18"

\relative c' {
  \time 4/4
  \set Timing.measureLength = #(ly:make-moment 1/4)
  % mes.0
  c4
  \unset Timing.measureLength
  % mes. 1-5
  \repeat unfold 5 c1
  \break
  % mes. 6-10
  % measure number shows No.7 instead of No.6 :
  \repeat unfold 5 c1
}

But, as Simon already wrote, this numbering is false.
Cheers,
Pierre

2014-10-04 15:30 GMT+02:00 Richard Shann <rich...@rshann.plus.com>:

> When you say "beat numbering" do you mean "bar numbering"?
> Richard
>
> On Sat, 2014-10-04 at 06:20 -0700, Son_V wrote:
> > Thanks Simon (for your patience, in the first place). Well, it's an
> > anacrusis, I forgot to say it. And MS  can handle a correct numbering.
> What
> > I'm not able to do is to make LilyPond to understand that the fist beat,
> the
> > anacrusis, should be numbered as "beat 1". If I use \clef "treble" \key
> es
> > \major \numericTimeSignature\time 4/4 r4 r4 r4 g4 | % 2 all the beat
> > numbering is OK, but if I use \clef "treble" \key es \major
> > numericTimeSignature\time 4/4  \partial 4 g4 | % 1 all the beats are -1
> of
> > the correct number.
> >
> >
> >
> > --
> > View this message in context:
> http://lilypond.1069038.n5.nabble.com/losing-a-bar-number-when-the-first-beat-is-irregular-tp167125p167129.html
> > Sent from the User mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to