ly.data package¶
Module contents¶
Query functions to get data from the LilyPond-generated _data.py module.
- ly.data.grob_interface_properties(iface)[source]¶
Returns the list of properties an interface supports.
- ly.data.grob_interfaces(grob, prop=None)[source]¶
Returns the list of interfaces a grob supports.
If prop is given, only returns the interfaces that define prop.
- ly.data.grob_interfaces_for_property(prop)[source]¶
Returns the list of interfaces that define the property.
Most times returns one, but several interface names may be returned.