Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

abjad-ext-rmakers

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abjad-ext-rmakers - npm Package Compare versions

Comparing version
3.15
to
3.16
+1
-1
abjad_ext_rmakers.egg-info/PKG-INFO
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 []
)
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

@@ -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