lilypond-devel
[Top][All Lists]
Advanced

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

Re: Call for help with bar lines


From: Marc Hohl
Subject: Re: Call for help with bar lines
Date: Wed, 26 Sep 2012 12:07:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

Am 26.09.2012 11:47, schrieb address@hidden:
On 26 sept. 2012, at 11:01, Marc Hohl <address@hidden> wrote:

Can anyone with more knowledge than me give me a hint what's wrong?
IIUC correctly, lilypond draws a bar line at the beginning of each line,
but in most cases, this is an invisible one.
If you look at the results of input/regression/lyrics-spanbar.ly,
the whole stuff is shifted that much to the right that lilypond moves
the rightmost rest to a new line! I can't believe that a bar line with
zero width can be the cause for this...

Any hints are highly appreciated!

Regards,

Marc

Hey Marc,

I unfortunately don't have much time to help you out, but I can tell you that 
you are on the right track doing prints to the command line.  I would not, 
however, stash them in lambda functions used as overrides, as this can 
sometimes interfere with pure properties.
Thanks for the hint, but I assume that this is not the case here, where I wrap ly:bar-line::print into
a callback ...

There are a couple classic things I use, most of which are in grob.cc.

In Grob::pure_relative_y_coordinate, before the last return statement, you can 
put:

if (name () == "BarLine") print ("RELATIVE COORDINATE for BARLINE at spanned rank 
%d: %4.4f\n", spanned_rank_interval ()[LEFT], out);
This can be quite handy, thanks!

But back to my original question: can someone please have a quick glimpse at the regtests?
Perhaps he can spot the cuprit very easily ...

Thanks in advance,

Marc




reply via email to

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