durationtools.numeric_seconds_to_clock_string

abjad.tools.durationtools.numeric_seconds_to_clock_string.numeric_seconds_to_clock_string(seconds)[source]

New in version 2.0.

Change numeric seconds to clock string:

abjad> from abjad.tools import durationtools
abjad> durationtools.numeric_seconds_to_clock_string(117)
'1\'57"'

Return string.

This Page