]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 5111: Implement spacing-pair for MeasureCounter
authorDavid Nalesnik <david.nalesnik@gmail.com>
Thu, 30 Mar 2017 17:44:20 +0000 (12:44 -0500)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Thu, 6 Apr 2017 22:25:34 +0000 (17:25 -0500)
Since MeasureCounter grobs are bounded by columns, sophisticated
horizontal positioning is available relative to "prefatory
materials" (such as barlines, clefs, and key signatures) at the
beginning and end of measures.  This allows numbers to be
placed above full-measure rests which have been similarly adjusted
with 'spacing-pair.

The previous default is established in the grob description: count
objects are centered between BreakAlignment grobs.

Paper_column::break_align_width is made available to Scheme as
ly:paper-column:break-align-width.

A regression test is provided.


No differences found