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: Graham Percival
Subject: Re: Force a bar number to appear
Date: Thu, 28 Jul 2005 15:33:25 -0700


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
}





reply via email to

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