Returns a FoscStopPianoPedal.
Lilypond \sustainOn, \sostenutoOn, \unaCorda commands.
| context | Gets context. Returns StaffGroup. |
| direction | Gets direction. |
| parameter | Gets parameter. Returns Beam. |
| persistent | Is true. |
| spannerStop | Is true. |
| tweaks | Gets tweaks. |
| type | Gets type. |
| asCompileString | !!!TODO |
Gets context. Returns StaffGroup.
Example
a = FoscStopPianoPedal();
a.context.postln;'StaffGroup'Gets direction.
FIXME: ERROR: Message direction not understood.
Example
a = FoscStopPianoPedal();
a.direction.postln;Gets parameter. Returns Beam.
Example
a = FoscStopPianoPedal();
a.parameter.postln;'PEDAL'Is true.
Example
a = FoscStopPianoPedal();
a.persistent.postln;trueIs true.
Example
a = FoscStopPianoPedal();
a.spannerStop.postln;trueGets tweaks.
Example
a = FoscStopPianoPedal();
a.tweaks.postcs;Gets type.
Example
a = FoscStopPianoPedal();
a.type.postcs;'sustain'!!!TODO
Gets interpreter representation.