Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate scoretools.make_notes(), scoretools.make_rests(), scoretools.make_leaves() #452

Closed
trevorbaca opened this issue Dec 7, 2014 · 3 comments
Assignees
Labels

Comments

@trevorbaca
Copy link
Member

Remove scoretools.make_notes() and scoretools.make_rests().

Keep scoretools.make_leaves().

Rename scoretools.make_leaves() to scoretools.make_notes().

@trevorbaca
Copy link
Member Author

Still valid in June 2017.

@trevorbaca
Copy link
Member Author

Possibly as classes: NoteMaker, RestMaker, LeafMaker.

@trevorbaca
Copy link
Member Author

Done in 2.21.

trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
trevorbaca added a commit that referenced this issue Jul 31, 2017
REMOVED:

    scoretools.scale_measure_denominator_and_adjust_measure_contents()
    scoretools.set_measure_denominator_and_adjust_numerator()

(#832) Made make_leaves_from_talea() private.
(#832) Collapsed two scoretools functions.

OLD:

    scoretools.get_measure_that_starts_with_container()
    scoretools.get_measure_that_stops_with_container()

(#832) Moved scoretools.make_empty_piano_score().
    Use static Score.make_piano_score() instead.

OLD:

    scoretools.make_piano_score_from_leaves()
    scoretools.make_piano_sketch_score_from_leaves()

NEW:

    Score.make_piano_score(leaves=None, sketch=False)

(#832) Removed scoretools.make_leaves(). Use abjad.LeafMaker instead.
(#832, #452) Removed scoretools.make_notes(). Use abjad.NoteMaker() instead.
(#832, #452) Removed scoretools.make_rests(). Use abjad.LeafMaker() instead.
(#832, #452) Removed scoretools.make_skips(). Use SkipRhythmMaker.
(#832) Removed scoretools.make_multimeasure_rests(). Use abjad.LeafMaker.
(#832, #452) Removed scoretools.make_spacer_skip_measures().
    Use abjad.MeasureMaker() instead.

This closes #832.

This closes #452.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants