iotools.redo

abjad.tools.iotools.redo.redo(target=-1, lily_time=10)[source]

Rerender the last .ly file created in Abjad and then show the resulting PDF:

abjad> iotools.redo() # doctest: +SKIP

Rerender the next-to-last .ly file created in Abjad and then show the resulting PDF:

abjad> iotools.redo(-2) # doctest: +SKIP

Return none.

This Page