bug-lilypond
[Top][All Lists]
Advanced

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

Re: Force a bar number to appear


From: Erik Sandberg
Subject: Re: Force a bar number to appear
Date: Tue, 9 Aug 2005 19:48:47 +0200
User-agent: KMail/1.8.1

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




reply via email to

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