bug-lilypond
[Top][All Lists]
Advanced

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

Re: Barnumbers alignment


From: Mats Bengtsson
Subject: Re: Barnumbers alignment
Date: Sun, 16 Jun 2002 16:40:53 +0200

> Marco Caliari wrote:
> > In lilypond 1.5.58 barnumbers hit the StaffGroub bar at each row. 
> > Example:
> 
> This is an old known bug.
> You have to twiddle with the padding-property of the bar-number if your 
> score starts with a staff-group.

In case you're unfamiliar to property settings, 
I usually do it this way:

\score{
  ...
  \paper{
     ...
    \translator{
      \ScoreContext
      BarNumber \override #'padding = #1.5;
    }
  }
}

   /Mats



reply via email to

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