lilypond-user
[Top][All Lists]
Advanced

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

Re: Default bar numbers


From: Jan-Peter Voigt
Subject: Re: Default bar numbers
Date: Tue, 26 Nov 2013 21:07:39 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Hi,
the break happens in the middle of a measure. The break is possible here, because there is an implicit repeat barline. To let the barnumber show up, you can do an override at the next barline.

Am 26.11.2013 20:32, schrieb Patrick or Cynthia Karl:
Even though the default is for bar numbers to be printed at the beginning of every line of a piece except the first one, there are circumstances where a bar number is not  printed at the beginning of a non-initial line.  For example, the following snippet generates two lines, but the second line does not get a bar number:

\version "2.16.2"
\relative b' {
	\repeat unfold 5 { a b c d }
	a b c
       \break
	\repeat volta 2 {
		d

\once \override Score.BarNumber #'break-visibility = ##(#t #t #t)

\once \override Score.BarNumber #'self-alignment-X = #CENTER

		\repeat unfold 5 { a b c d }
		a b c
	}
}

Is there a way to force a bar number at the beginning of line 2?  Is this a bug or a feature or a documentation problem?  Or have I just missed something?



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user
HTH
Jan-Peter

reply via email to

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