FoscStartGroup

Returns a FoscStartGroup.


Description

!!!TODO: text argument -> Lilypond 2.19.82 and up


Attributes Summary

Instance Properties

persistent Is true.
spannerStart Is true.
tweaks Gets tweaks.

Instance Methods: Special Methods

== !!!TODO
asCompileString !!!TODO
hash !!!TODO


Instance Properties


persistent

Is true.

  1. Example

    a = FoscStartGroup();
    a.persistent.postln;
    true


spannerStart

Is true.

  1. Example

    a = FoscStartGroup();
    a.spannerStart.postln;
    true


tweaks

Gets tweaks.

  1. Example

    a = FoscStartGroup();
    a.tweaks.postcs;


Instance Methods: Special Methods


==

!!!TODO

Is true when all initialization values of Abjad value object equal the initialization values of argument.


asCompileString

!!!TODO

Gets interpreter representation.


hash

!!!TODO

Hashes Abjad value object.