-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e5273e
commit 404745d
Showing
71 changed files
with
104 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: abjad-ext-nauert | ||
name: ci | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
import abjad | ||
import pytest | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
@pytest.fixture(autouse=True) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "abjad-ext-nauert" | ||
name = "nauert" | ||
version = "3.21" | ||
description = "Nauert extends Abjad with tools for rhythm quantization." | ||
license = { text = "MIT" } | ||
|
@@ -27,15 +27,14 @@ email = "[email protected]" | |
|
||
[[project.authors]] | ||
name = "Tsz Kiu Pang" | ||
email = "[email protected]" | ||
|
||
[project.urls] | ||
Homepage = "http://abjad.github.io" | ||
Homepage = "http://nauert.github.io" | ||
|
||
[tool.setuptools] | ||
package-dir = { "" = "source" } | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["source"] | ||
|
||
[tool.setuptools.package-data] | ||
"abjadext" = ["**/*"] | ||
include = ["nauert*"] |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
import abjad | ||
import pytest | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_BeatwiseQSchemaItem___new___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_BeatwiseQSchema___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_BeatwiseQSchema___getitem___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_BeatwiseQSchema___init___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_CollapsingGraceHandler___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_ConcatenatingGraceHandler___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_ConcatenatingGraceHandler___init___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_DiscardingGraceHandler___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_DistanceHeuristic___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_MeasurewiseAttackPointOptimizer___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_MeasurewiseQSchema___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_MeasurewiseQSchema___getitem___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_MeasurewiseQSchema___init___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
import abjad | ||
import pytest | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
class Job: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QEventProxy___init___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
test_time_segments = [ | ||
(116, 255), | ||
|
3 changes: 2 additions & 1 deletion
3
tests/test_QEventSequence_from_millisecond_pitch_attachment_tuples.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QEventSequence_from_tempo_scaled_leaves_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import copy | ||
|
||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGridContainer___copy___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGridContainer___eq___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import copy | ||
|
||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGridLeaf___copy___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGridLeaf___eq___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import copy | ||
|
||
from abjadext import nauert | ||
import nauert | ||
|
||
|
||
def test_QGrid___copy___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid___eq___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid_distance_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid_fit_q_events_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import pickle | ||
|
||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid_pickle_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid_subdivide_leaf_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QGrid_subdivide_leaves_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QuantizationJob___call___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QuantizationJob___init___01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import pickle | ||
|
||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def test_QuantizationJob_pickle_01(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import abjad | ||
from abjadext import nauert | ||
|
||
import nauert | ||
|
||
|
||
def assert_q_event_attachments(result, all_attachments): | ||
|
Oops, something went wrong.