Let analysis brackets support text
Ability to add labels to brackets is essential for musical analysis.
This patch introduces a new grob, "HorizontalBracketText," a spanner
created along with "HorizontalBracket" by Horizontal_bracket_engraver.
Repeated text of broken brackets is parenthesized.
Diff:
passes make, make check, makelsr and a full make doc.
Patch on countdown for February 14th.
Note there are some comments on Rietveld from Werner.
Leaving on countdown (for Feb 17th) - there are some additions from Werner on Rietveld.
reflect review
http://codereview.appspot.com/315570043
Passes make, make check and a full make doc.
Patch on countdown for February 20th.
Patch counted down - please push.
Having shepherded this for David Nalesnik I pushed to staging:
commit dbc2dd143e50e000a39883fc8217b4ec60e08657
Author: David Nalesnik david.nalesnik@gmail.com
Date: Sat Feb 4 19:13:31 2017 -0600
Note that when building with GUB, input/regression/horizontal-bracket-tweak.log produces the new error +programming error: Grob
HorizontalBracketText' has no interface for propertythickness' continuing, cross fingersThis could be fixed by making the tweak a directed one -- i.e, naming HorizontalBracket in the tweak.
However, this isn't ideal.
Two questions:
(1) HorizontalBracketText grobs with no text are suicided in the print function. Perhaps this should be done earlier?
(2)
{
\tweak thickness 5 \tuplet 3/2 { r4 c d }
}
should cause the same problem, since none of TupletNumber's interfaces provides 'thickness
Any advice on how to proceed?
Thanks,
David
I'm waiting before marking it as verified
David N, should I open a new issue for above error? Or mark this as not fixed yet?
I'd like to clean all "not totally fixed issues" in the tracker.
Hi Federico,
Sorry, I didn't see your March 7th message!
On Thu, Nov 2, 2017 at 2:59 AM, Federico Bruni fedelibre@users.sf.net wrote:
The HorizontalBracketText grob comments are a non-issue. There might
be cause for a new issue regarding the TupletNumber inconsistency, but
I'm inclined to think it's more trouble than it's worth.
Best,
David
Ok David, I mark it as verified