[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2665 in lilypond: Span Bars missing with align
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2665 in lilypond: Span Bars missing with alignAboveContext |
Date: |
Tue, 17 Jul 2012 01:10:21 +0000 |
Updates:
Cc: address@hidden
Comment #1 on issue 2665 by address@hidden: Span Bars missing with
alignAboveContext
http://code.google.com/p/lilypond/issues/detail?id=2665
This might be easy to fix. It went bad with a very simple commit, which
made an assumption that this example seems to violate. I can't find an
example of the problem that the commit was meant to solve, though.
e498d35d195466a7a79fe0ffe90f9df3b7e273a9
Removes vertical sort of bar lines from the SpanBar engraver.
This removes the programming error for BarLines whose Y-pedigree
cannot yet be traced to a VerticalAlignment without having an
impact on the ordering of grobs in the vector, as events from
contexts are signaled to engravers in a sorted (up to down) fashion.