LPScore explanation of what LPScore is and/or does
Inherits from: Object : LPObj
More detailed prose description of LPScore.
See also: Object [some other help files]
Some Important Issues Regarding LPScore (optional)
Explanation of the issues. For more information see Nil and [some other help files].
Creation / Class Methods
*new (title, composer, opus)
Short prose description of method.
title - Explanation of title. Default value is nil. Other information.
composer - Explanation of composer. Default value is nil. Other information.
opus - Explanation of opus. Default value is nil. Other information.
// inline example
g = LPScore.new;
g.doSomething; // explanation
g.cleanUpMethod;
Accessing Instance and Class Variables
paperSize
Explanation including the type of paperSize and a link to its help file.
Default value is nil.
header
Explanation including the type of header and a link to its help file.
Default value is nil.
score_(arg1)
score
Explanation including the type of score 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.
paper
Explanation including the type of paper and a link to its help file.
Default value is nil.
landscape
Explanation including the type of landscape and a link to its help file.
Default value is nil.
lyVars
Explanation including the type of lyVars and a link to its help file.
Default value is nil.
minDuration
Explanation including the type of minDuration and a link to its help file.
Default value is nil.
baseMeasurementUnit
Explanation including the type of baseMeasurementUnit 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.
initLPScore
Short prose description of method.
// inline example
g = LPScore.initLPScore;
g.doSomething; // explanation
g.cleanUpMethod;
checkStr (test)
Short prose description of method.
test - Explanation of test. Default value is nil. Other information.
// inline example
g = LPScore.checkStr;
g.doSomething; // explanation
g.cleanUpMethod;
baseMeasuremntUnit_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.baseMeasuremntUnit_;
g.doSomething; // explanation
g.cleanUpMethod;
title_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.title_;
g.doSomething; // explanation
g.cleanUpMethod;
title
Short prose description of method.
// inline example
g = LPScore.title;
g.doSomething; // explanation
g.cleanUpMethod;
subtitle_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.subtitle_;
g.doSomething; // explanation
g.cleanUpMethod;
subtitle
Short prose description of method.
// inline example
g = LPScore.subtitle;
g.doSomething; // explanation
g.cleanUpMethod;
dedication_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.dedication_;
g.doSomething; // explanation
g.cleanUpMethod;
dedication
Short prose description of method.
// inline example
g = LPScore.dedication;
g.doSomething; // explanation
g.cleanUpMethod;
poet_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.poet_;
g.doSomething; // explanation
g.cleanUpMethod;
poet
Short prose description of method.
// inline example
g = LPScore.poet;
g.doSomething; // explanation
g.cleanUpMethod;
composer_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.composer_;
g.doSomething; // explanation
g.cleanUpMethod;
composer
Short prose description of method.
// inline example
g = LPScore.composer;
g.doSomething; // explanation
g.cleanUpMethod;
meter_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.meter_;
g.doSomething; // explanation
g.cleanUpMethod;
meter
Short prose description of method.
// inline example
g = LPScore.meter;
g.doSomething; // explanation
g.cleanUpMethod;
opus_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.opus_;
g.doSomething; // explanation
g.cleanUpMethod;
opus
Short prose description of method.
// inline example
g = LPScore.opus;
g.doSomething; // explanation
g.cleanUpMethod;
arranger_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.arranger_;
g.doSomething; // explanation
g.cleanUpMethod;
arranger
Short prose description of method.
// inline example
g = LPScore.arranger;
g.doSomething; // explanation
g.cleanUpMethod;
instrument_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.instrument_;
g.doSomething; // explanation
g.cleanUpMethod;
instrument
Short prose description of method.
// inline example
g = LPScore.instrument;
g.doSomething; // explanation
g.cleanUpMethod;
piece_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.piece_;
g.doSomething; // explanation
g.cleanUpMethod;
piece
Short prose description of method.
// inline example
g = LPScore.piece;
g.doSomething; // explanation
g.cleanUpMethod;
copyright_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.copyright_;
g.doSomething; // explanation
g.cleanUpMethod;
copyright
Short prose description of method.
// inline example
g = LPScore.copyright;
g.doSomething; // explanation
g.cleanUpMethod;
tagline_ (str)
Short prose description of method.
str - Explanation of str. Default value is nil. Other information.
// inline example
g = LPScore.tagline_;
g.doSomething; // explanation
g.cleanUpMethod;
tagline
Short prose description of method.
// inline example
g = LPScore.tagline;
g.doSomething; // explanation
g.cleanUpMethod;
paperSize_ (size, landscapeSetting)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
landscapeSetting - Explanation of landscapeSetting. Default value is false. Other information.
// inline example
g = LPScore.paperSize_;
g.doSomething; // explanation
g.cleanUpMethod;
firstPageNumber_ (num)
Short prose description of method.
num - Explanation of num. Default value is nil. Other information.
// inline example
g = LPScore.firstPageNumber_;
g.doSomething; // explanation
g.cleanUpMethod;
firstPageNumber
Short prose description of method.
// inline example
g = LPScore.firstPageNumber;
g.doSomething; // explanation
g.cleanUpMethod;
printFirstPageNumber_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.printFirstPageNumber_;
g.doSomething; // explanation
g.cleanUpMethod;
printFirstPageNumber
Short prose description of method.
// inline example
g = LPScore.printFirstPageNumber;
g.doSomething; // explanation
g.cleanUpMethod;
printPageNumbers_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.printPageNumbers_;
g.doSomething; // explanation
g.cleanUpMethod;
printPgaeNumbers
Short prose description of method.
// inline example
g = LPScore.printPgaeNumbers;
g.doSomething; // explanation
g.cleanUpMethod;
paperWidth_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.paperWidth_;
g.doSomething; // explanation
g.cleanUpMethod;
paperWidth
Short prose description of method.
// inline example
g = LPScore.paperWidth;
g.doSomething; // explanation
g.cleanUpMethod;
paperHeight_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.paperHeight_;
g.doSomething; // explanation
g.cleanUpMethod;
paperHeight
Short prose description of method.
// inline example
g = LPScore.paperHeight;
g.doSomething; // explanation
g.cleanUpMethod;
topMargin_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.topMargin_;
g.doSomething; // explanation
g.cleanUpMethod;
topMargin
Short prose description of method.
// inline example
g = LPScore.topMargin;
g.doSomething; // explanation
g.cleanUpMethod;
bottomMargin_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.bottomMargin_;
g.doSomething; // explanation
g.cleanUpMethod;
bottomMargin
Short prose description of method.
// inline example
g = LPScore.bottomMargin;
g.doSomething; // explanation
g.cleanUpMethod;
leftMargin_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.leftMargin_;
g.doSomething; // explanation
g.cleanUpMethod;
leftMargin
Short prose description of method.
// inline example
g = LPScore.leftMargin;
g.doSomething; // explanation
g.cleanUpMethod;
lineWidth_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.lineWidth_;
g.doSomething; // explanation
g.cleanUpMethod;
lineWidth
Short prose description of method.
// inline example
g = LPScore.lineWidth;
g.doSomething; // explanation
g.cleanUpMethod;
raggedRight_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.raggedRight_;
g.doSomething; // explanation
g.cleanUpMethod;
raggedRIght
Short prose description of method.
// inline example
g = LPScore.raggedRIght;
g.doSomething; // explanation
g.cleanUpMethod;
raggedLast_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.raggedLast_;
g.doSomething; // explanation
g.cleanUpMethod;
raggedLast
Short prose description of method.
// inline example
g = LPScore.raggedLast;
g.doSomething; // explanation
g.cleanUpMethod;
raggedBottom_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.raggedBottom_;
g.doSomething; // explanation
g.cleanUpMethod;
raggedBottom
Short prose description of method.
// inline example
g = LPScore.raggedBottom;
g.doSomething; // explanation
g.cleanUpMethod;
raggedLastBottom_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.raggedLastBottom_;
g.doSomething; // explanation
g.cleanUpMethod;
raggedLastBottom
Short prose description of method.
// inline example
g = LPScore.raggedLastBottom;
g.doSomething; // explanation
g.cleanUpMethod;
systemCount_ (num)
Short prose description of method.
num - Explanation of num. Default value is nil. Other information.
// inline example
g = LPScore.systemCount_;
g.doSomething; // explanation
g.cleanUpMethod;
systemCount
Short prose description of method.
// inline example
g = LPScore.systemCount;
g.doSomething; // explanation
g.cleanUpMethod;
headSeparation_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.headSeparation_;
g.doSomething; // explanation
g.cleanUpMethod;
headSeparation
Short prose description of method.
// inline example
g = LPScore.headSeparation;
g.doSomething; // explanation
g.cleanUpMethod;
footSeparation_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.footSeparation_;
g.doSomething; // explanation
g.cleanUpMethod;
footSeparation
Short prose description of method.
// inline example
g = LPScore.footSeparation;
g.doSomething; // explanation
g.cleanUpMethod;
pageTopSpace_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.pageTopSpace_;
g.doSomething; // explanation
g.cleanUpMethod;
pageTopSpace
Short prose description of method.
// inline example
g = LPScore.pageTopSpace;
g.doSomething; // explanation
g.cleanUpMethod;
betweenSystemSpace_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.betweenSystemSpace_;
g.doSomething; // explanation
g.cleanUpMethod;
betweenSystemSpace
Short prose description of method.
// inline example
g = LPScore.betweenSystemSpace;
g.doSomething; // explanation
g.cleanUpMethod;
betweenSystemPadding_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.betweenSystemPadding_;
g.doSomething; // explanation
g.cleanUpMethod;
betweenSystemPadding
Short prose description of method.
// inline example
g = LPScore.betweenSystemPadding;
g.doSomething; // explanation
g.cleanUpMethod;
pageBreakingBetweenSystemPadding_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.pageBreakingBetweenSystemPadding_;
g.doSomething; // explanation
g.cleanUpMethod;
pageBreakingBetweenSystemPadding
Short prose description of method.
// inline example
g = LPScore.pageBreakingBetweenSystemPadding;
g.doSomething; // explanation
g.cleanUpMethod;
horizontalShift_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.horizontalShift_;
g.doSomething; // explanation
g.cleanUpMethod;
horizontalShift
Short prose description of method.
// inline example
g = LPScore.horizontalShift;
g.doSomething; // explanation
g.cleanUpMethod;
afterTitleSpace_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.afterTitleSpace_;
g.doSomething; // explanation
g.cleanUpMethod;
afterTitleSpace
Short prose description of method.
// inline example
g = LPScore.afterTitleSpace;
g.doSomething; // explanation
g.cleanUpMethod;
beforeTitleSpace_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.beforeTitleSpace_;
g.doSomething; // explanation
g.cleanUpMethod;
beforeTitleSpace
Short prose description of method.
// inline example
g = LPScore.beforeTitleSpace;
g.doSomething; // explanation
g.cleanUpMethod;
betweenTitleSpace_ (size)
Short prose description of method.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = LPScore.betweenTitleSpace_;
g.doSomething; // explanation
g.cleanUpMethod;
betweenTitleSpace
Short prose description of method.
// inline example
g = LPScore.betweenTitleSpace;
g.doSomething; // explanation
g.cleanUpMethod;
printAllHeaders_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.printAllHeaders_;
g.doSomething; // explanation
g.cleanUpMethod;
printAllHeaders
Short prose description of method.
// inline example
g = LPScore.printAllHeaders;
g.doSomething; // explanation
g.cleanUpMethod;
systemSeparatorMarkup_ (markup)
Short prose description of method.
markup - Explanation of markup. Default value is nil. Other information.
// inline example
g = LPScore.systemSeparatorMarkup_;
g.doSomething; // explanation
g.cleanUpMethod;
systemSeparatorMarkup
Short prose description of method.
// inline example
g = LPScore.systemSeparatorMarkup;
g.doSomething; // explanation
g.cleanUpMethod;
blankPageForce_ (num)
Short prose description of method.
num - Explanation of num. Default value is nil. Other information.
// inline example
g = LPScore.blankPageForce_;
g.doSomething; // explanation
g.cleanUpMethod;
blankPageForce
Short prose description of method.
// inline example
g = LPScore.blankPageForce;
g.doSomething; // explanation
g.cleanUpMethod;
blankLastPageForce_ (num)
Short prose description of method.
num - Explanation of num. Default value is nil. Other information.
// inline example
g = LPScore.blankLastPageForce_;
g.doSomething; // explanation
g.cleanUpMethod;
blankLastPageForce
Short prose description of method.
// inline example
g = LPScore.blankLastPageForce;
g.doSomething; // explanation
g.cleanUpMethod;
pageSpacingWeight_ (num)
Short prose description of method.
num - Explanation of num. Default value is nil. Other information.
// inline example
g = LPScore.pageSpacingWeight_;
g.doSomething; // explanation
g.cleanUpMethod;
pageSpacingWeight
Short prose description of method.
// inline example
g = LPScore.pageSpacingWeight;
g.doSomething; // explanation
g.cleanUpMethod;
autoFirstPageNumber_ (bool)
Short prose description of method.
bool - Explanation of bool. Default value is nil. Other information.
// inline example
g = LPScore.autoFirstPageNumber_;
g.doSomething; // explanation
g.cleanUpMethod;
autoFirstPageNumber
Short prose description of method.
// inline example
g = LPScore.autoFirstPageNumber;
g.doSomething; // explanation
g.cleanUpMethod;
addLyVar (key, string)
Short prose description of method.
key - Explanation of key. Default value is nil. Other information.
string - Explanation of string. Default value is nil. Other information.
// inline example
g = LPScore.addLyVar;
g.doSomething; // explanation
g.cleanUpMethod;
add (aLPPart)
Short prose description of method.
aLPPart - Explanation of aLPPart. Default value is nil. Other information.
// inline example
g = LPScore.add;
g.doSomething; // explanation
g.cleanUpMethod;
output (pathname, mode)
Short prose description of method.
pathname - Explanation of pathname. Default value is nil. Other information.
mode - Explanation of mode. Default value is "w". Other information.
// inline example
g = LPScore.output;
g.doSomething; // explanation
g.cleanUpMethod;
render (basepath, format)
Short prose description of method.
basepath - Explanation of basepath. Default value is nil. Other information.
format - Explanation of format. Default value is 'pdf'. Other information.
// inline example
g = LPScore.render;
g.doSomething; // explanation
g.cleanUpMethod;
renderAndDisplay (basepath, format)
Short prose description of method.
basepath - Explanation of basepath. Default value is nil. Other information.
format - Explanation of format. Default value is 'pdf'. Other information.
// inline example
g = LPScore.renderAndDisplay;
g.doSomething; // explanation
g.cleanUpMethod;
useSpatial (minDur)
Short prose description of method.
minDur - Explanation of minDur. Default value is 0.015625. Other information.
// inline example
g = LPScore.useSpatial;
g.doSomething; // explanation
g.cleanUpMethod;
addSpatialFuncs
Short prose description of method.
// inline example
g = LPScore.addSpatialFuncs;
g.doSomething; // explanation
g.cleanUpMethod;
Examples
// what this example does
e = LPScore.new;
e.instanceMethod(someObject);
e.cleanUp;
...