FoscStartPianoPedal

Returns a FoscStartPianoPedal.


Description

Lilypond \sustainOn, \sostenutoOn, \unaCorda commands.


Attributes Summary

Instance Properties

context Gets context. Returns StaffGroup.
direction Gets direction.
parameter Gets parameter. Returns Beam.
persistent Is true.
spannerStart Is true.
tweaks Gets tweaks.
type Gets type.

Instance Methods: Special Methods

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


Instance Properties


context

Gets context. Returns StaffGroup.

  1. Example

    a = FoscStartPianoPedal();
    a.context.postln;
    'StaffGroup'


direction

Gets direction.

  1. FIXME: ERROR: Message direction not understood.

    a = FoscStartPianoPedal();
    a.direction.postln;


parameter

Gets parameter. Returns Beam.

  1. Example

    a = FoscStartPianoPedal();
    a.parameter.postln;
    'PEDAL'


persistent

Is true.

  1. Example

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


spannerStart

Is true.

  1. Example

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


tweaks

Gets tweaks.

  1. Example

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


type

Gets type.

  1. Example

    a = FoscStartPianoPedal();
    a.type.postcs;
    'sustain'


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.