---

** [issues:#5097] Fix programming errors associated with texted 
HorizontalBracket grobs**

**Status:** New
**Created:** Wed Mar 15, 2017 12:03 AM UTC by David Nalesnik
**Last Updated:** Wed Mar 15, 2017 12:03 AM UTC
**Owner:** nobody


HorizontalBracket and HorizontalBracketText are both created from the same 
event.  Thus, a tweak of a property not possessed by both grobs (such as 'text 
or 'thickness) will result in a programming error, unless the tweak is directed 
at the correct grob.

Example:

~~~~
\layout {
  \context {
    \Voice
    \consists "Horizontal_bracket_engraver"
  }
}

{
  c'' -\tweak text "foo" \startGroup d'' e'' f''\stopGroup
}
~~~~


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to