You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OLD: abjad.persist.ly() returned pair of ly_file_path and Abjad format time in seconds
NEW: abjad.persist.ly() returns only Abjad format time in seconds
OLD: abjad.persist.as_midi() returned 4-tuple:
* pdf_file_path to which PDF was written
* Abjad format time in seconds
* LilyPond render time in seconds
* abjad.io.run_lilypond() exit code
NEW: abjad.persist.as_midi() returns triple:
* Abjad format time in seconds
* LilyPond render time in seconds
* abjad.io.run_lilypond() exit code
OLD: abjad.persist.pdf(argument, "/path/to/file") wrote /path/to/file.pdf with (implicitly added) .pdf extension
NEW: abjad.persist.pdf(argument, "/path/to/file") raises an exception; use "/path/to/file.pdf" instead
OLD: abjad.persist.as_pdf() returned 4-tuple:
* pdf_file_path to which PDF was written
* Abjad format time in seconds
* LilyPond render time in seconds
* abjad.io.run_lilypond() exit code
NEW: abjad.persist.as_pdf() returns triple:
* Abjad format time in seconds
* LilyPond render time in seconds
* abjad.io.run_lilypond() exit code
For LilyPond file persistence:
For MIDI persistence:
For PDF persistence:
For PNG persistence:
In other modules:
The text was updated successfully, but these errors were encountered: