-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fa1e996
Showing
91 changed files
with
702 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
|
||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>elements.ily</title><link rel="stylesheet" type="text/css" href="../styles/main.css" /><script type="text/javascript" src="../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../styles/");</script></head> | ||
|
||
<!-- Generated by Natural Docs, version 2.0.2 --> | ||
|
||
<!-- saved from url=(0016)http://localhost --> | ||
|
||
<body onload="NDLoader.OnLoad('Content');" class="NDPage NDContentPage"> | ||
|
||
<a name="elements.ily"></a><a name="Topic77"></a><div class="CTopic TFile LLilyPond first"> | ||
<div class="CTitle">elements.ily</div> | ||
<div class="CBody"><p>This file contains definition of typical musical elements that are not contained in the standard library. The PDQ stylesheet automatically includes this file so all of this is automatically avaliable when using PDQ.</p></div> | ||
</div> | ||
|
||
<a name="Musical_Functions"></a><a name="Topic78"></a><div class="CTopic TGroup LLilyPond"> | ||
<div class="CTitle">Musical Functions</div> | ||
</div> | ||
|
||
<a name="ellipsis"></a><a name="Topic79"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">ellipsis</div> | ||
<div id="NDPrototype79" class="NDPrototype NoParameterForm">\ellipsis duration</div> | ||
<div class="CBody"><p>Marks a multi measure rest as an ellipsis. Unlike multi measure rests an ellipsis does not show its length but is represented as two diagonal lines. This can be used in exerpts where you might only want to include certain parts of a piece. This only works with multi measure rests.</p><div class="CHeading">Example</div><pre>\ellipsis R1*<span class="SHNumber">100</span></pre><p>This ellipsis would span 100 bars. As the ellipsis uses a MMR internally bar numbers will resume correctly after the ellipsis.</p><div class="CHeading">Parameters</div><table class="CDefinitionList"><tr><td class="CDLEntry">duration</td><td class="CDLDefinition"><p>The duration of the ellipsis. Must be a multi measure rest.</p></td></tr></table></div> | ||
</div> | ||
|
||
<a name="noSignature"></a><a name="Topic80"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">noSignature</div> | ||
<div id="NDPrototype80" class="NDPrototype NoParameterForm">\noSignature</div> | ||
<div class="CBody"><p>Suppresses the time and key signature at the point where this function is used.</p></div> | ||
</div> | ||
|
||
<a name="forceBarNumber"></a><a name="Topic81"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">forceBarNumber</div> | ||
<div id="NDPrototype81" class="NDPrototype NoParameterForm">\forceBarNumber</div> | ||
<div class="CBody"><p>Forces LilyPond to output a bar number in the current bar. This can be very useful in combination with <a href="../index.html#File:elements.ily:ellipsis" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,79);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >ellipsis</a> to inform the reader at which bar an exerpt continues after an ellipsis.</p></div> | ||
</div> | ||
|
||
<a name="pizz"></a><a name="Topic82"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">pizz</div> | ||
<div id="NDPrototype82" class="NDPrototype NoParameterForm">\pizz</div> | ||
<div class="CBody"><p>Markup command that prints a pizzicato mark at the current note.</p><div class="CHeading">Example</div><pre>c d e^\pizz f</pre></div> | ||
</div> | ||
|
||
<a name="arco"></a><a name="Topic83"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">arco</div> | ||
<div id="NDPrototype83" class="NDPrototype NoParameterForm">\pizz</div> | ||
<div class="CBody"><p>Markup command that prints an arco mark at the current note.</p><div class="CHeading">Example</div><pre>c d e^\arco f</pre></div> | ||
</div> | ||
|
||
<a name="staccsOn"></a><a name="Topic84"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">staccsOn</div> | ||
<div id="NDPrototype84" class="NDPrototype NoParameterForm">\staccsOn number</div> | ||
<div class="CBody"><p>Begins using multiple staccato marks on every following note. The staccatos will continue until <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a> is used. This is usually used in combination with tremolo repeats.</p><div class="CHeading">Parameters</div><table class="CDefinitionList"><tr><td class="CDLEntry">number</td><td class="CDLDefinition"><p>The number of staccatos to use on each note.</p></td></tr></table><div class="CHeading">See Also</div><p><a href="../index.html#File:elements.ily:staccsUpOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,85);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsUpOn</a>, <a href="../index.html#File:elements.ily:staccsDownOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,86);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsDownOn</a>, <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a></p></div> | ||
</div> | ||
|
||
<a name="staccsUpOn"></a><a name="Topic85"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">staccsUpOn</div> | ||
<div id="NDPrototype85" class="NDPrototype NoParameterForm">\staccsUpOn number</div> | ||
<div class="CBody"><p>Begins using multiple staccatissimo marks on every following note. The marks will continue until <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a> is used. This is usually used in combination with tremolo repeats.</p><p>This function uses staccatissimo pointing upward. To use the downward direction use <a href="../index.html#File:elements.ily:staccsDownOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,86);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsDownOn</a> instead.</p><div class="CHeading">Parameters</div><table class="CDefinitionList"><tr><td class="CDLEntry">number</td><td class="CDLDefinition"><p>The number of staccatissimo marks to use on each note.</p></td></tr></table><div class="CHeading">See Also</div><p><a href="../index.html#File:elements.ily:staccsOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,84);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOn</a>, <a href="../index.html#File:elements.ily:staccsDownOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,86);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsDownOn</a>, <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a></p></div> | ||
</div> | ||
|
||
<a name="staccsDownOn"></a><a name="Topic86"></a><div class="CTopic TFunction LLilyPond"> | ||
<div class="CTitle">staccsDownOn</div> | ||
<div id="NDPrototype86" class="NDPrototype NoParameterForm">\staccsDownOn number</div> | ||
<div class="CBody"><p>Begins using multiple staccatissimo marks on every following note. The marks will continue until <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a> is used. This is usually used in combination with tremolo repeats.</p><p>This function uses staccatissimo pointing downward. To use the upward direction use <a href="../index.html#File:elements.ily:staccsUpOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,85);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsUpOn</a> instead.</p><div class="CHeading">Parameters</div><table class="CDefinitionList"><tr><td class="CDLEntry">number</td><td class="CDLDefinition"><p>The number of staccatissimo marks to use on each note.</p></td></tr></table><div class="CHeading">See Also</div><p><a href="../index.html#File:elements.ily:staccsOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,84);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOn</a>, <a href="../index.html#File:elements.ily:staccsUpOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,85);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsUpOn</a>, <a href="../index.html#File:elements.ily:staccsOff" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,87);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOff</a></p></div> | ||
</div> | ||
|
||
<a name="staccsOff"></a><a name="Topic87"></a><div class="CTopic TFunction LLilyPond last"> | ||
<div class="CTitle">staccsOff</div> | ||
<div id="NDPrototype87" class="NDPrototype NoParameterForm">\staccsOff</div> | ||
<div class="CBody"><p>Stops using staccato or staccatissimo marks on each note. Use this after using <a href="../index.html#File:elements.ily:staccsOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,84);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOn</a>, <a href="../index.html#File:elements.ily:staccsUpOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,85);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsUpOn</a>, or <a href="../index.html#File:elements.ily:staccsDownOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,86);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsDownOn</a>.</p><div class="CHeading">See Also</div><p><a href="../index.html#File:elements.ily:staccsOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,84);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsOn</a>, <a href="../index.html#File:elements.ily:staccsUpOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,85);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsUpOn</a>, <a href="../index.html#File:elements.ily:staccsDownOn" target="_top" onmouseover="NDContentPage.OnLinkMouseOver(event,86);" onmouseout="NDContentPage.OnLinkMouseOut(event);" >staccsDownOn</a></p></div> | ||
</div> | ||
|
||
</body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NDContentPage.OnToolTipsLoaded({}); |
Oops, something went wrong.