Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1731)

Issue 5186049: First stab at getting bar extents right. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by MikeSol
Modified:
12 years, 5 months ago
Reviewers:
mike, Graham Percival, pkx166h, Keith
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

First stab at getting bar extents right.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -4 lines) Patch
A input/regression/lyrics-pass-under-bar.ly View 1 chunk +10 lines, -0 lines 0 comments Download
M ly/engraver-init.ly View 3 chunks +5 lines, -0 lines 0 comments Download
M scm/define-grobs.scm View 3 chunks +4 lines, -3 lines 0 comments Download
M scm/output-lib.scm View 2 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 8
MikeSol
Hey all, I'm trying to use my new pure-from-neighbor functions to get bar extents right. ...
12 years, 6 months ago (2011-10-05 16:16:33 UTC) #1
mike_apollinemike.com
On Oct 5, 2011, at 6:16 PM, mtsolo@gmail.com wrote: > Reviewers: , > > Message: ...
12 years, 6 months ago (2011-10-05 17:57:04 UTC) #2
Graham Percival
On Wed, Oct 05, 2011 at 07:56:55PM +0200, mike@apollinemike.com wrote: > A bit more research ...
12 years, 6 months ago (2011-10-05 18:09:47 UTC) #3
pkx166h
Passes Make, reg check gives me too much to attach as separate pngs. Attached zipped ...
12 years, 6 months ago (2011-10-06 19:33:45 UTC) #4
Keith
On 2011/10/05 16:16:33, MikeSol wrote: > 2) It doesn't play nicely with loose columns for ...
12 years, 6 months ago (2011-10-07 04:17:11 UTC) #5
Keith
// First stab at getting bar extents right. Now, the bar extents are right already. ...
12 years, 6 months ago (2011-10-07 04:28:38 UTC) #6
Keith
On 2011/10/07 04:17:11, Keith wrote: > Your patch removes the only use of skyline-vertical-padding, Oops. ...
12 years, 6 months ago (2011-10-07 06:02:14 UTC) #7
mike_apollinemike.com
12 years, 6 months ago (2011-10-07 06:46:05 UTC) #8
On Oct 7, 2011, at 6:28 AM, k-ohara5a5a@oco.net wrote:

> // First stab at getting bar extents right.
> 
> Now, the bar extents are right already.
> They correspond to the extend of the bar as printed.
> For some reason, having the extents correct was
> important enough to Pál that he made 51494aa2.
> 
> You want the bar to have influence beyond its visible extent, so that
> accidentals do not cross over.
> That is usually done with extra-spacing-height (for note spacing) or
> some kind of padding.
> 
> Customize extra-spacing-height instead of extent.

This I can do.

And in response to your comment about what the patch is trying to do, you're
right.  It exists to let grobs that should spill over/under barlines (lyrics,
for example) spill over whereas other grobs that shouldn't (like accidentals)
stay within the bar.

Cheers,
MS
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b