lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5097 Fix prog


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5097 Fix programming errors associated with texted HorizontalBracket grobs
Date: Thu, 23 Mar 2017 20:15:45 +0000

Diff:

--- old
+++ new
@@ -1,3 +1,5 @@
+https://codereview.appspot.com/317460043
+
 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:

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

Status: Started
Created: Wed Mar 15, 2017 12:03 AM UTC by David Nalesnik
Last Updated: Wed Mar 22, 2017 01:00 PM UTC
Owner: David Nalesnik

https://codereview.appspot.com/317460043

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 address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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