PageRenderTime 46ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/lilypond-doc-2.15.41/share/doc/lilypond/html/offline-root/Documentation/internals/internal-context-properties.de.html

#
HTML | 224 lines | 183 code | 19 blank | 22 comment | 0 complexity | fc6782f18887284a02eb4c4004f148fe MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Created on July 5, 2012 by texi2html 1.82
  4. texi2html was written by:
  5. Lionel Cons <Lionel.Cons@cern.ch> (original author)
  6. Karl Berry <karl@freefriends.org>
  7. Olaf Bachmann <obachman@mathematik.uni-kl.de>
  8. and many others.
  9. Maintained by: Many creative people.
  10. Send bugs and suggestions to <texi2html-bug@nongnu.org>
  11. -->
  12. <head>
  13. <title>LilyPond Internals Reference: 2.4 Internal context properties</title>
  14. <meta name="description" content="LilyPond Internals Reference: 2.4 Internal context properties">
  15. <meta name="keywords" content="LilyPond Internals Reference: 2.4 Internal context properties">
  16. <meta name="resource-type" content="document">
  17. <meta name="distribution" content="global">
  18. <meta name="Generator" content="texi2html 1.82">
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <link href="index.de.html#index" rel="start" title="GNU LilyPond &ndash; Internals Reference">
  21. <link href="indices.de.html#indices" rel="index" title="A. Indices">
  22. <link href="index_toc.de.html#SEC_Contents" rel="contents" title="Table of Contents">
  23. <link href="index_abt.de.html#SEC_About" rel="help" title="About This Document">
  24. <link href="translation.de.html#translation" rel="up" title="2. Translation">
  25. <link href="indices.de.html#indices" rel="next" title="A.2 Function index">
  26. <link href="tunable-context-properties.de.html#tunable-context-properties" rel="previous" title="2.3 Tunable context properties">
  27. <link rel="stylesheet" type="text/css" title="Default style" href="../../Documentation/css/lilypond-manuals.css">
  28. <!--[if lte IE 7]>
  29. <link href="../../Documentation/css/lilypond-ie-fixes.css" rel="stylesheet" type="text/css">
  30. <![endif]-->
  31. </head>
  32. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  33. <div id="main">
  34. <a name="Internal-context-properties"></a>
  35. <table class="nav_table">
  36. <tr><td valign="middle" align="left" colspan="1">[<a href="translation.de.html" title="Beginning of this chapter or previous chapter"> &lt;&lt; Translation&nbsp;</a>]</td><td valign="middle" align="center" colspan="3">[<a href="index.de.html" title="Cover (top) of document" rel="start">Top</a>][<a href="index_toc.de.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices.de.html" title="Index" rel="index">Index</a>][<a href="index_abt.de.html#SEC_About" title="About (help)" rel="help"> ? </a>]</td><td valign="middle" align="right" colspan="1">[<a href="backend.de.html" title="Next chapter">&nbsp;Backend &gt;&gt; </a>]</td></tr><tr><td valign="middle" align="left" colspan="2">[<a href="tunable-context-properties.de.html" title="Previous section in reading order" accesskey="p" rel="previous"> &lt; Tunable context properties&nbsp;</a>]</td><td valign="middle" align="center" colspan="1">[<a href="translation.de.html" title="Up section" accesskey="u" rel="up">&nbsp; Up :&nbsp;Translation&nbsp;</a>]</td><td valign="middle" align="right" colspan="2">[<a href="backend.de.html" title="Next section in reading order" accesskey="n" rel="next">&nbsp;Backend &gt; </a>]</td></tr></table>
  37. <a name="internal-context-properties"></a>
  38. <h2 class="section">2.4 Internal context properties</h2>
  39. <dl compact="compact">
  40. <dt> <code>associatedVoiceContext</code> (context)</dt>
  41. <dd><p>The context object of the
  42. <code>Voice</code> that has the melody for this <code>Lyrics</code>.
  43. </p></dd>
  44. <dt> <code>barCheckLastFail</code> (moment)</dt>
  45. <dd><p>Where in the measure did the last
  46. barcheck fail?
  47. </p></dd>
  48. <dt> <code>beamMelismaBusy</code> (boolean)</dt>
  49. <dd><p>Signal if a beam is present.
  50. </p></dd>
  51. <dt> <code>busyGrobs</code> (list)</dt>
  52. <dd><p>A queue of <code>(<var>end-moment</var> .
  53. <var>grob</var>)</code> cons cells. This is for internal (C++) use only. This
  54. property contains the grobs which are still busy (e.g. note heads,
  55. spanners, etc.).
  56. </p></dd>
  57. <dt> <code>currentCommandColumn</code> (graphical (layout) object)</dt>
  58. <dd><p>Grob that is X-parent to all
  59. current breakable (clef, key signature, etc.) items.
  60. </p></dd>
  61. <dt> <code>currentMusicalColumn</code> (graphical (layout) object)</dt>
  62. <dd><p>Grob that is X-parent to all
  63. non-breakable items (note heads, lyrics, etc.).
  64. </p></dd>
  65. <dt> <code>dynamicAbsoluteVolumeFunction</code> (procedure)</dt>
  66. <dd><p>A procedure that takes
  67. one argument, the text value of a dynamic event, and returns the absolute
  68. volume of that dynamic event.
  69. </p></dd>
  70. <dt> <code>EventClasses</code> (list)</dt>
  71. <dd><p>The initial list of event classes.
  72. </p></dd>
  73. <dt> <code>finalizations</code> (list)</dt>
  74. <dd><p>A list of expressions to evaluate before
  75. proceeding to next time step. This is an internal variable.
  76. </p></dd>
  77. <dt> <code>graceSettings</code> (list)</dt>
  78. <dd><p>Overrides for grace notes. This property
  79. should be manipulated through the <code>add-grace-property</code> function.
  80. </p></dd>
  81. <dt> <code>hasStaffSpacing</code> (boolean)</dt>
  82. <dd><p>True if the current
  83. <code>CommandColumn</code> contains items that will affect spacing.
  84. </p></dd>
  85. <dt> <code>lastKeySignature</code> (list)</dt>
  86. <dd><p>Last key signature before a key
  87. signature change.
  88. </p></dd>
  89. <dt> <code>localKeySignature</code> (list)</dt>
  90. <dd><p>The key signature at this point in the
  91. measure. The format is the same as for <code>keySignature</code>, but can
  92. also contain <code>((<var>octave</var> . <var>name</var>) . (<var>alter</var>
  93. <var>barnumber</var> . <var>measureposition</var>))</code> pairs.
  94. </p></dd>
  95. <dt> <code>melismaBusy</code> (boolean)</dt>
  96. <dd><p>Signifies whether a melisma is active.
  97. This can be used to signal melismas on top of those automatically
  98. detected.
  99. </p></dd>
  100. <dt> <code>quotedCueEventTypes</code> (list)</dt>
  101. <dd><p>A list of symbols, representing the
  102. event types that should be duplicated for <code>\cueDuring</code> commands.
  103. </p></dd>
  104. <dt> <code>quotedEventTypes</code> (list)</dt>
  105. <dd><p>A list of symbols, representing the
  106. event types that should be duplicated for <code>\quoteDuring</code> commands.
  107. This is also a fallback for <code>\cueDuring</code> if <code>quotedCueEventTypes</code>
  108. is not set
  109. </p></dd>
  110. <dt> <code>rootSystem</code> (graphical (layout) object)</dt>
  111. <dd><p>The System object.
  112. </p></dd>
  113. <dt> <code>scriptDefinitions</code> (list)</dt>
  114. <dd><p>The description of scripts. This is
  115. used by the <code>Script_engraver</code> for typesetting note-superscripts
  116. and subscripts. See &lsquo;<tt>scm/script.scm</tt>&rsquo; for more information.
  117. </p></dd>
  118. <dt> <code>slurMelismaBusy</code> (boolean)</dt>
  119. <dd><p>Signal if a slur is present.
  120. </p></dd>
  121. <dt> <code>stavesFound</code> (list of grobs)</dt>
  122. <dd><p>A list of all staff-symbols found.
  123. </p></dd>
  124. <dt> <code>tieMelismaBusy</code> (boolean)</dt>
  125. <dd><p>Signal whether a tie is present.
  126. </p></dd>
  127. </dl>
  128. <hr size="6">
  129. <table class="nav_table">
  130. <tr><td valign="middle" align="left" colspan="1">[<a href="translation.de.html" title="Beginning of this chapter or previous chapter"> &lt;&lt; Translation&nbsp;</a>]</td><td valign="middle" align="center" colspan="3">[<a href="index.de.html" title="Cover (top) of document" rel="start">Top</a>][<a href="index_toc.de.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices.de.html" title="Index" rel="index">Index</a>][<a href="index_abt.de.html#SEC_About" title="About (help)" rel="help"> ? </a>]</td><td valign="middle" align="right" colspan="1">[<a href="backend.de.html" title="Next chapter">&nbsp;Backend &gt;&gt; </a>]</td></tr><tr><td valign="middle" align="left" colspan="2">[<a href="tunable-context-properties.de.html" title="Previous section in reading order" accesskey="p" rel="previous"> &lt; Tunable context properties&nbsp;</a>]</td><td valign="middle" align="center" colspan="1">[<a href="translation.de.html" title="Up section" accesskey="u" rel="up">&nbsp; Up :&nbsp;Translation&nbsp;</a>]</td><td valign="middle" align="right" colspan="2">[<a href="backend.de.html" title="Next section in reading order" accesskey="n" rel="next">&nbsp;Backend &gt; </a>]</td></tr></table>
  131. <!-- footer_tag -->
  132. <div class="footer">
  133. <p class="footer_version">
  134. Diese Seite ist f?r LilyPond-2.15.41 (Entwicklungszweig).
  135. </p>
  136. <p class="footer_report">
  137. Ihre Hilfe ist willkommen. Bitte <a href="http://lilypond.org/help-us.html">helfen Sie</a> uns, indem Sie Probleme und Fehler an unsere <a?href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">Fehler-Liste</a> schicken.
  138. </p>
  139. </div>
  140. <!-- FOOTER -->
  141. <!-- end div#main here -->
  142. </div>
  143. <div id="tocframe">
  144. <p class="toc_uplink"><a href="../../Documentation/web/manuals.html"
  145. title="Documentation Index">&lt;&lt; Back to Documentation Index</a></p>
  146. <h4 class="toc_header"> <a href="index.de.html" title="Start of the manual">Internals Reference</a></h4>
  147. <div class="contents">
  148. <ul class="toc">
  149. <li class=""><a name="toc-Music-definitions-1" href="music-definitions.de.html">1. Music definitions</a>
  150. <ul class="toc">
  151. <li class=""><a name="toc-Music-expressions-1" href="music-expressions.de.html">1.1 Music expressions</a> </li>
  152. <li class=""><a name="toc-Music-classes-1" href="music-classes.de.html">1.2 Music classes</a> </li>
  153. <li class=""><a name="toc-Music-properties-1" href="music-properties.de.html">1.3 Music properties</a> </li>
  154. </ul>
  155. </li>
  156. <li class=" toc_current"><a name="toc-Translation-1" href="translation.de.html">2. Translation</a>
  157. <ul class="toc">
  158. <li class=""><a name="toc-Contexts-1" href="contexts.de.html">2.1 Contexts</a> </li>
  159. <li class=""><a name="toc-Engravers-and-Performers-1" href="engravers-and-performers.de.html">2.2 Engravers and Performers</a> </li>
  160. <li class=""><a name="toc-Tunable-context-properties-1" href="tunable-context-properties.de.html">2.3 Tunable context properties</a> </li>
  161. <li class=" toc_current"><a name="toc-Internal-context-properties-1" href="internal-context-properties.de.html">2.4 Internal context properties</a> </li>
  162. </ul>
  163. </li>
  164. <li class=""><a name="toc-Backend-1" href="backend.de.html">3. Backend</a>
  165. <ul class="toc">
  166. <li class=""><a name="toc-All-layout-objects-1" href="all-layout-objects.de.html">3.1 All layout objects</a> </li>
  167. <li class=""><a name="toc-Graphical-Object-Interfaces-1" href="graphical-object-interfaces.de.html">3.2 Graphical Object Interfaces</a> </li>
  168. <li class=""><a name="toc-User-backend-properties-1" href="user-backend-properties.de.html">3.3 User backend properties</a> </li>
  169. <li class=""><a name="toc-Internal-backend-properties-1" href="internal-backend-properties.de.html">3.4 Internal backend properties</a> </li>
  170. </ul>
  171. </li>
  172. <li class=""><a name="toc-Scheme-functions-1" href="scheme-functions.de.html">4. Scheme functions</a> </li>
  173. <li class=""><a name="toc-Indices-1" href="indices.de.html">A. Indices</a>
  174. <ul class="toc">
  175. <li class=""><a name="toc-Concept-index" href="indices.de.html">A.1 Concept index</a> </li>
  176. <li class=""><a name="toc-Function-index" href="indices.de.html">A.2 Function index</a> </li>
  177. </ul>
  178. </li>
  179. <li>
  180. <!--
  181. we depend on an external entity here, which we cannot control. Suppose
  182. we go from 2.15.x to 2.17.x and put the documentation under "v2.17".
  183. For some time, Google won't have the new location in its index, so the
  184. search would get nothing. It would be better to keep "v2.15" in the
  185. search for a while and have a redirection from "v2.15" to "v2.17".
  186. -->
  187. <form action="http://google.com/search"
  188. method="get"
  189. name="search"
  190. onSubmit="search.q.value='site:lilypond.org/doc/v2.15 '
  191. + search.brute_query.value"
  192. onMouseMove="search.q.value='site:lilypond.org/doc/v2.15 '
  193. + search.brute_query.value"
  194. onKeyUp="search.q.value='site:lilypond.org/doc/v2.15 '
  195. + search.brute_query.value">
  196. <input type="hidden" name="btnG" value="Google Search">
  197. <input type="text" name="brute_query" onfocus="this.value=''" value="Search">
  198. <input type="hidden" name="q" value="">
  199. </form>
  200. </li>
  201. </ul>
  202. </div>
  203. </div>
  204. </body>
  205. </html>