lilypond-devel
[Top][All Lists]
Advanced

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

Re: problem with bar numbers


From: Mats Bengtsson
Subject: Re: problem with bar numbers
Date: Thu, 29 Jul 2004 10:25:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

That's one of the oldest bugs I can recall and has been
discussed a number of times during the years. The thing is
that if the distance is increased to look well with the
staff brackets, then it's too wide for scores that use
braces instead (GrandStaff). So, the only good solution is
to make the padding property of the BarNumber depend on the
current value of systemStartDelimiter.

   /Mats

Werner LEMBERG wrote:
Here a problem with bar numbers.


    Werner


======================================================================


%
% bar-number-collision.ly
%
% address@hidden
%

\version "2.2.5"

\header { texidoc = "
The bar number collides with staff brackets.
" }


\score {
  \context StaffGroup \notes \relative c' {
    c1 | c1 | c1 | c1 |
    c1 | c1 | c1 | c1 |
  }

  \paper {
    indent = 0.0\mm
    linewidth = 70.0\mm
  }
}

% EOF


------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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