lilypondfiletools.LilyPondVersionToken

Inheritance diagram of abjad.tools.lilypondfiletools.LilyPondVersionToken.LilyPondVersionToken.LilyPondVersionToken

class abjad.tools.lilypondfiletools.LilyPondVersionToken.LilyPondVersionToken.LilyPondVersionToken[source]

New in version 2.0.

LilyPond version token:

abjad> lilypondfiletools.LilyPondVersionToken()
LilyPondVersionToken(\version "...")

Return LilyPond version token.

Read-only Properties

LilyPondVersionToken.format[source]

Format contribution of LilyPond version token:

abjad> lilypondfiletools.LilyPondVersionToken().format
'\\version "..."'

Return string.

Special Methods

LilyPondVersionToken.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

LilyPondVersionToken.__eq__(arg)

True when id(self) equals id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

LilyPondVersionToken.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

LilyPondVersionToken.__repr__()[source]
LilyPondVersionToken.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

LilyPondVersionToken.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page