bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2272 in lilypond: Long monosyllabic words collide with barline


From: lilypond
Subject: Re: Issue 2272 in lilypond: Long monosyllabic words collide with barlines
Date: Sun, 18 Mar 2012 11:39:48 +0000


Comment #3 on issue 2272 by address@hidden: Long monosyllabic words collide with barlines
http://code.google.com/p/lilypond/issues/detail?id=2272

"Go back to the old machinery"?  I recommend you look at that commit.
 input/regression/span-bar-allow-span-bar.ly  |   59 +++++++++++
 lily/grob.cc                                 |   76 ++++++++++++++
 lily/include/grob.hh                         |    6 +
 lily/include/pure-from-neighbor-interface.hh |   34 ++++++
 lily/pure-from-neighbor-engraver.cc          |  104 +++++++++++++++++++
 lily/pure-from-neighbor-interface.cc         |   57 ++++++++++
 lily/span-bar-engraver.cc                    |   27 ++++--
lily/span-bar-stub-engraver.cc | 143 ++++++++++++++++++++++++++
 lily/span-bar.cc                             |    2 -
 ly/engraver-init.ly                          |    2 +
 scm/define-grob-properties.scm               |    1 +
 scm/define-grobs.scm                         |   15 ++-
 scm/output-lib.scm                           |    6 +
 13 files changed, 520 insertions(+), 12 deletions(-)

Much fun figuring out just what part of this commit is actually implementing the span-bar stuff, and what part is doing something else that later commits rely on.




reply via email to

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