LPNote explanation of what LPNote is and/or does
Inherits from: Object : LPObj : LPEvent
More detailed prose description of LPNote.
See also: Object [some other help files]
Some Important Issues Regarding LPNote (optional)
Explanation of the issues. For more information see Nil and [some other help files].
Creation / Class Methods
*new (aPitchClass, duration, tuplet)
Short prose description of method.
aPitchClass - Explanation of aPitchClass. Default value is 60. Other information.
duration - Explanation of duration. Default value is 1.0. Other information.
tuplet - Explanation of tuplet. Default value is nil. Other information.
// inline example
g = LPNote.new;
g.doSomething; // explanation
g.cleanUpMethod;
Accessing Instance and Class Variables
formatDur_(arg1)
formatDur
Explanation including the type of formatDur and a link to its help file.
Default value is nil.
dots_(arg1)
dots
Explanation including the type of dots and a link to its help file.
Default value is nil.
duration_(arg1)
duration
Explanation including the type of duration and a link to its help file.
Default value is nil.
dynamic
Explanation including the type of dynamic and a link to its help file.
Default value is nil.
tremolo
Explanation including the type of tremolo and a link to its help file.
Default value is nil.
articulations
Explanation including the type of articulations and a link to its help file.
Default value is nil.
tuplet
Explanation including the type of tuplet and a link to its help file.
Default value is nil.
spatial_(arg1)
spatial
Explanation including the type of spatial and a link to its help file.
Default value is nil.
dynamicChange
Explanation including the type of dynamicChange and a link to its help file.
Default value is nil.
Doing Some Task (optional)
A short bit of prose explaining something about the task.
initLPNote (argDuration, argTuplet)
Short prose description of method.
argDuration - Explanation of argDuration. Default value is nil. Other information.
argTuplet - Explanation of argTuplet. Default value is nil. Other information.
// inline example
g = LPNote.initLPNote;
g.doSomething; // explanation
g.cleanUpMethod;
useSpatial
Short prose description of method.
// inline example
g = LPNote.useSpatial;
g.doSomething; // explanation
g.cleanUpMethod;
note_ (aPitchClass)
Short prose description of method.
aPitchClass - Explanation of aPitchClass. Default value is [ ]. Other information.
// inline example
g = LPNote.note_;
g.doSomething; // explanation
g.cleanUpMethod;
addTremolo (value)
Short prose description of method.
value - Explanation of value. Default value is nil. Other information.
// inline example
g = LPNote.addTremolo;
g.doSomething; // explanation
g.cleanUpMethod;
addGliss (style, thickness, rightArrow, leftArrow)
Short prose description of method.
style - Explanation of style. Default value is nil. Other information.
thickness - Explanation of thickness. Default value is nil. Other information.
rightArrow - Explanation of rightArrow. Default value is false. Other information.
leftArrow - Explanation of leftArrow. Default value is false. Other information.
// inline example
g = LPNote.addGliss;
g.doSomething; // explanation
g.cleanUpMethod;
addArticulation (articulation)
Short prose description of method.
articulation - Explanation of articulation. Default value is nil. Other information.
// inline example
g = LPNote.addArticulation;
g.doSomething; // explanation
g.cleanUpMethod;
addArticulationStrings
Short prose description of method.
// inline example
g = LPNote.addArticulationStrings;
g.doSomething; // explanation
g.cleanUpMethod;
addDynamic (dynamicMark, above)
Short prose description of method.
dynamicMark - Explanation of dynamicMark. Default value is nil. Other information.
above - Explanation of above. Default value is false. Other information.
// inline example
g = LPNote.addDynamic;
g.doSomething; // explanation
g.cleanUpMethod;
dynamicStr
Short prose description of method.
// inline example
g = LPNote.dynamicStr;
g.doSomething; // explanation
g.cleanUpMethod;
startCresc (text, niente, above)
Short prose description of method.
text - Explanation of text. Default value is false. Other information.
niente - Explanation of niente. Default value is false. Other information.
above - Explanation of above. Default value is false. Other information.
// inline example
g = LPNote.startCresc;
g.doSomething; // explanation
g.cleanUpMethod;
endCresc (dynamic, above)
Short prose description of method.
dynamic - Explanation of dynamic. Default value is nil. Other information.
above - Explanation of above. Default value is false. Other information.
// inline example
g = LPNote.endCresc;
g.doSomething; // explanation
g.cleanUpMethod;
startDim (text, niente, above)
Short prose description of method.
text - Explanation of text. Default value is false. Other information.
niente - Explanation of niente. Default value is false. Other information.
above - Explanation of above. Default value is false. Other information.
// inline example
g = LPNote.startDim;
g.doSomething; // explanation
g.cleanUpMethod;
endDim (dynamic, above)
Short prose description of method.
dynamic - Explanation of dynamic. Default value is nil. Other information.
above - Explanation of above. Default value is false. Other information.
// inline example
g = LPNote.endDim;
g.doSomething; // explanation
g.cleanUpMethod;
startSlur
Short prose description of method.
// inline example
g = LPNote.startSlur;
g.doSomething; // explanation
g.cleanUpMethod;
endSlur
Short prose description of method.
// inline example
g = LPNote.endSlur;
g.doSomething; // explanation
g.cleanUpMethod;
startPhrasingSlur
Short prose description of method.
// inline example
g = LPNote.startPhrasingSlur;
g.doSomething; // explanation
g.cleanUpMethod;
endPhrasingSlur
Short prose description of method.
// inline example
g = LPNote.endPhrasingSlur;
g.doSomething; // explanation
g.cleanUpMethod;
addFall (distance)
Short prose description of method.
distance - Explanation of distance. Default value is 2. Other information.
// inline example
g = LPNote.addFall;
g.doSomething; // explanation
g.cleanUpMethod;
addDoit (distance)
Short prose description of method.
distance - Explanation of distance. Default value is 2. Other information.
// inline example
g = LPNote.addDoit;
g.doSomething; // explanation
g.cleanUpMethod;
startBeam
Short prose description of method.
// inline example
g = LPNote.startBeam;
g.doSomething; // explanation
g.cleanUpMethod;
endBeam
Short prose description of method.
// inline example
g = LPNote.endBeam;
g.doSomething; // explanation
g.cleanUpMethod;
setNoteHead (noteHeadType)
Short prose description of method.
noteHeadType - Explanation of noteHeadType. Default value is nil. Other information.
// inline example
g = LPNote.setNoteHead;
g.doSomething; // explanation
g.cleanUpMethod;
stemUp
Short prose description of method.
// inline example
g = LPNote.stemUp;
g.doSomething; // explanation
g.cleanUpMethod;
stemDown
Short prose description of method.
// inline example
g = LPNote.stemDown;
g.doSomething; // explanation
g.cleanUpMethod;
changeStaff (staffid)
Short prose description of method.
staffid - Explanation of staffid. Default value is nil. Other information.
// inline example
g = LPNote.changeStaff;
g.doSomething; // explanation
g.cleanUpMethod;
outputString (score)
Short prose description of method.
score - Explanation of score. Default value is nil. Other information.
// inline example
g = LPNote.outputString;
g.doSomething; // explanation
g.cleanUpMethod;
Examples
// what this example does
e = LPNote.new;
e.instanceMethod(someObject);
e.cleanUp;
...