[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
# (3) Boxes with more detailed outlines **Straight lines** The straight lines are drawn as one simple boxes each (if horizontal). If they are sloped, they will be drawn as buildings (cf. sloped beams) in order to get nice and smooth lines without unneccessary staircase optics. Therefore, I had

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
# (2) Simple Boxes Admittedly, the vast majority of boxes is neither rotated nor has it rounded corners with considerable radius. The most prominent example of round filled boxes probably are ledger lines. Therefore, I consider it important to keep the simple cases simple. * It's very easy to

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- Description has changed: Diff: --- old +++ new @@ -1,3 +1,5 @@ +http://codereview.appspot.com/341140043 + Recently, there have been some discussions about mysterious spacing of \rounded-box markup. Harm identified skyline problems as the cause and submitted the following bug

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses) lily/stencil-integral.cc function make_partial_ellipse_boxes: Use correct scaling factors for x_rad and y_rad for an arbitrary transformation matrix This affects calculation of quantisation value function

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5308 Context code maintenance

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **Needs**: --> - **Patch**: new --> review - **Type**: --> Enhancement - **Comment**: Passes make, make check and a full make doc. --- ** [issues:#5308] Context code maintenance** **Status:** Started **Created:** Fri Apr 20, 2018 03:09 AM UTC by Dan Eble **Last Updated:** Fri Apr 20,

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-04-20 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
# (1) Rotating Ellipses This was rather a side-effect when working on boxes with rounded corners. Ellipse skylines are built out of a number of rectangular boxes and the number of boxes needed is depending on the circumference: the longer the line, the more intermediate points are needed.