lilypond-user
[Top][All Lists]
Advanced

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

Re: Last number on a score; but this is the first in the next one...


From: Son_V
Subject: Re: Last number on a score; but this is the first in the next one...
Date: Sat, 15 Apr 2017 05:30:24 -0700 (MST)

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.



reply via email to

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