On Friday 29 July 2005 00.33, Graham Percival wrote:
> On 21-Jul-05, at 8:24 AM, Phillip Kirlin wrote:
> > My apologies if this is a simple question to answer, but I recently
> > upgraded to 2.6.1, and some of my 2.4.x files have their bar numbers
> > disappearing, even when run through convert-ly.
>
> This looks like a bug.
>
> scm/output-lib.scm contains this line:
> (define-public (default-bar-number-visibility barnum) (> barnum 1))
>
> which suggests that the default _should_ print any bar number above 1
> (at the beginning of the line).
> I've CC'd this to bug-lilypond.
>
>
> %% should print bar number
> \version "2.6.1"
> {
> \set Score.currentBarNumber = #33
> c'4
> }
Thanks, added to CVS as bar-number-first-bar.ly
%important
%Phillip Kirlin
\header {
texidoc = "Bar numbers != 1 should be printed in the beginning of scores.
This worked in 2.4."
reportedin = "2.6.1"
}
\layout {raggedright = ##t}
\version "2.6.1"
{
\set Score.currentBarNumber = #33
c'4
}
--
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/doc/v2.5/bugs/out/index.html
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond