lilypond-devel
[Top][All Lists]
Advanced

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

Re: Another regression?


From: David Kastrup
Subject: Re: Another regression?
Date: Thu, 20 Jun 2013 17:40:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Phil Holmes" <address@hidden> writes:

> In the NR, 5.1.7 Context layout order, LilyPond up to 2.17.9 used to
> produce the correct output.  After 2.17.11 it failed, and output the
> following error messages:
>
> Preprocessing graphical objects...
> programming error: vertical alignment called before line breaking
> continuing, cross fingers
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> programming error: Spanner `LedgerLineSpanner' is not fully contained
> in parent spanner.  Ignoring orphaned part
> continuing, cross fingers
> programming error: Spanner `StaffSymbol' is not fully contained in
> parent spanner.  Ignoring orphaned part
> continuing, cross fingers

Adding

         \context {
           \ChordNames
           \remove "Axis_group_engraver"
         }

to the layout block solves this, but this sucks.  We should really be
able to deal automatically with nested Axis_group_engraver occurences,
disarming the inner ones.

<URL:http://code.google.com/p/lilypond/issues/detail?id=2990> was
intended to ameliorate the consequences, but it obviously does a poor
job addressing the problem comprehensively.

-- 
David Kastrup




reply via email to

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