I'm not able to make a truly "minimum example", that's what I could do:

\version "2.18.2"
\header {
  }
PartPOneVoiceOne =  \relative a' {
  \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
  \clef "treble" \key c \major \numericTimeSignature\time 4/4 a1 | % 2
  a1 a1 a1 a1 a1 a1 a1 a1 a1 a1 a1 a1 a1 | % 3 
  b1 | % 4
  c1 \bar "|."
}
\score {
  <<
    \new Staff <<
      \set Staff.instrumentName = "Piano"
      \set Staff.shortInstrumentName = "Pno."
      \context Staff <<
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
      >>
    >>
  >>
  \layout {}
  }

I would like to know if the "9" at the end of the first bar, and expecially
the "17" at the end of the last bar, are correct or not. I don't have
"Beyond Bars" at hand. But these numbers seems IMHO to me useless.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Last-number-on-a-score-but-this-is-the-first-in-the-next-one-tp202294p202297.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

Reply via email to