abjad-ext-rmakers
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: abjad-ext-rmakers | ||
| Version: 3.15 | ||
| Version: 3.16 | ||
| Summary: Rhythm-makers extend Abjad with tools for rhythmic construction. | ||
@@ -5,0 +5,0 @@ Home-page: http://abjad.github.io |
@@ -1,1 +0,1 @@ | ||
| abjad>=3.15 | ||
| abjad>=3.16 |
@@ -43,2 +43,3 @@ """ | ||
| tie, | ||
| time_signatures, | ||
| tremolo_container, | ||
@@ -93,2 +94,3 @@ trivialize, | ||
| "tie", | ||
| "time_signatures", | ||
| "tremolo_container", | ||
@@ -95,0 +97,0 @@ "trivialize", |
@@ -312,51 +312,1 @@ # TODO: make this work again relatively soon | ||
| # ) | ||
| # TODO: integrate tests | ||
| # @property | ||
| # def preprocessor(self): | ||
| # r""" | ||
| # Gets division preprocessor. | ||
| # | ||
| # .. container:: example | ||
| # | ||
| # >>> weights = [abjad.NonreducedFraction(3, 8)] | ||
| # >>> divisions = [] | ||
| # >>> divisions = divisions.split( | ||
| # ... weights, cyclic=True, overhang=True, | ||
| # ... ) | ||
| # >>> divisions = divisions.flatten(depth=-1) | ||
| # >>> stack = rmakers.stack(rmakers.note(), preprocessor=divisions) | ||
| # >>> divisions = [(4, 4), (4, 4)] | ||
| # >>> selections = stack(divisions) | ||
| # | ||
| # >>> lilypond_file = rmakers.example(selections, divisions) | ||
| # >>> abjad.show(lilypond_file) # doctest: +SKIP | ||
| # | ||
| # .. docs:: | ||
| # | ||
| # >>> score = lilypond_file["Score"] | ||
| # >>> string = abjad.lilypond(score) | ||
| # >>> print(string) | ||
| # \new Score | ||
| # << | ||
| # \new GlobalContext | ||
| # { | ||
| # \time 4/4 | ||
| # s1 * 1 | ||
| # \time 4/4 | ||
| # s1 * 1 | ||
| # } | ||
| # \new RhythmicStaff | ||
| # { | ||
| # c'4. | ||
| # c'4. | ||
| # c'4. | ||
| # c'4. | ||
| # c'4. | ||
| # c'8 | ||
| # } | ||
| # >> | ||
| # | ||
| # """ | ||
| # return super().preprocessor |
@@ -1,4 +0,4 @@ | ||
| __version_info__ = (3, 15) | ||
| __version_info__ = (3, 16) | ||
| __version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join( | ||
| __version_info__[3:] or [] | ||
| ) |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: abjad-ext-rmakers | ||
| Version: 3.15 | ||
| Version: 3.16 | ||
| Summary: Rhythm-makers extend Abjad with tools for rhythmic construction. | ||
@@ -5,0 +5,0 @@ Home-page: http://abjad.github.io |
+1
-1
@@ -35,3 +35,3 @@ #! /usr/bin/env python | ||
| install_requires=[ | ||
| "abjad>=3.15", | ||
| "abjad>=3.16", | ||
| ], | ||
@@ -38,0 +38,0 @@ license="MIT", |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
652231
3.09%16956
0.86%