lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2445 in lilypond: Center a number above a meas


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2445 in lilypond: Center a number above a measure
Date: Mon, 05 Nov 2012 13:52:45 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_17_7

Comment #74 on issue 2445 by address@hidden: Center a number above a measure
http://code.google.com/p/lilypond/issues/detail?id=2445

I apologize for the delay. After folding the corrective patches in the series into the commits itself, I verified that the total result on the work directory is the same as the commit series David sent me.

Pushed to staging as
commit b293e2046fc5a4cedf01d602c77b55ff41376735
Author: David Nalesnik <address@hidden>
Date:   Tue Oct 23 12:13:19 2012 -0500

    Add support for measures split across lines.

    - All pieces are numbered.  The number before the break has its
    default appearance, and any following numbers are parenthesized.
    - A regtest for this feature is provided.

commit 0c6b9c0a459a2116e028f533ef978bf7d918ef00
Author: David Nalesnik <address@hidden>
Date:   Sat Sep 8 07:38:28 2012 -0500

    Issue 2445: Add measure counter to LilyPond

    These changes implement a new grob, `MeasureCounter,' a spanner used to
    number groups of successive measures.

    This commit:
    - defines a new event class, `MeasureCounterEvent.'
    - defines a new interface, `measure-counter-interface.' This
    interface contains `count-from,' the number which begins the count, and
    `columns,' which contains the NonMusicalPaperColumn grobs forming
    the bounds of the new spanner.
    - defines the stencil with a function in scm/music-functions.scm.
    - defines an engraver, `Measure_counter_engraver.'  This engraver
    is written in Scheme and placed in a new file, scm/scheme-engravers.scm,
    which is added to the load list in scm/lily.scm.
    - sets various grob properties to default values.
    - provides two commands to frame the measures to be counted:
    \startMeasureCount and \stopMeasureCount.
    - provides a regression test.





reply via email to

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