Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3a7b4dfc766af1222d90c7f03a0844e6 > files > 6748

lilypond-doc-2.11.57-1mdv2009.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- header_tag -->
<html lang="en">
<head>
<title>All context properties - GNU LilyPond Notation Reference</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="GNU LilyPond Notation Reference">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Notation-manual-tables.html#Notation-manual-tables" title="Notation manual tables">
<link rel="prev" href="Percussion-notes.html#Percussion-notes" title="Percussion notes">
<link rel="next" href="Layout-properties.html#Layout-properties" title="Layout properties">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1999--2007 by the authors

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.1 or any later version published by the Free Software
     Foundation; with no Invariant Sections.  A copy of the license is
     included in the section entitled ``GNU Free Documentation
     License''.
   -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
hr { border:0; height:1; color: #000000; background-color: #000000; }
/* hr {
  border:  none;
  height: 1px;
  color: #666666;
  background-color: #666666;
}
body {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  color: #332d28;
  margin-right: auto;
  margin-left: auto;
  width: 60em;
  list-style-type: square;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 1em;
  padding-left: 1em;
}
a {
  border-bottom: 1px dashed #344242;
  text-decoration: none;
  color: #344242;
}
a:link {
  text-decoration: none;
}
a:visited {
  border-bottom: 1px dashed #666666;
  color: #666666;
}
a:active {
  border-bottom: 1px solid #00cccc;
  color: #00cccc;
}
a:hover {
  border-bottom: 1px solid #1d7b85;
  color: #1d7b85;
}
blockquote {
  border: 1px solid #cccccc;
  padding: 3px;
  width: 40em;
}
.node {
  border-left: 1px solid #666666;
  margin: -0.5em 0px 1em;
  padding: 2px 1px 0px;
  font-style: italic;
}
.node a {
  border:  none;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
.verbatim {
  font-family: "Courier New",Courier,monospace;
}
.unnumberedsubsubsec {
  font-size: large;
  color: #1d7b85;
}
.subsubheading {
  font-size: large;
  color: #3b220d;
}
.contents {
  border: 1px dashed #339999;
  margin: 3px 2em;
  list-style-type: square;
  padding-right: 1em;
  width: 40em;
  background-color: #fcfff9;
}
.contents a {
  border-bottom: 1px dashed #423d34;
  text-decoration: none;
  color: #423d34;
}
.contents a:visited {
  border-bottom: 1px dashed #666666;
  color: #666666;
}
.contents a:active {
  border-bottom: 1px solid #f0d86d;
  color: #f0d86d;
}
.contents a:hover {
  border-bottom: 1px solid #3b220d;
  color: #3b220d;
}
.menu {
  border-left: 1px dashed #339999;
  margin: 3px 2em 1em;
  list-style-type: square;
  padding-left: 1.4em;
  width: 40em;
}
.unnumbered {
}
h2 {
  font-size: x-large;
  color: #1d7b85;
}
*/
--></style>
</head>
<BODY BGCOLOR=WHITE TEXT=BLACK>

<div class="node">
<p>
<a name="All-context-properties"></a>
Next:&nbsp;<a rel="next" accesskey="n" href="Layout-properties.html#Layout-properties">Layout properties</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Percussion-notes.html#Percussion-notes">Percussion notes</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Notation-manual-tables.html#Notation-manual-tables">Notation manual tables</a>
<hr>
</div>

<h3 class="appendixsec">B.12 All context properties</h3>

     <dl>
<dt><code>aDueText</code> (markup)<dd>Text to print at a unisono passage. 
<br><dt><code>alignAboveContext</code> (string)<dd>Where to insert newly created context in
vertiical alignment. 
<br><dt><code>alignBassFigureAccidentals</code> (boolean)<dd>If true, then the accidentals
are aligned in bass figure context. 
<br><dt><code>alignBelowContext</code> (string)<dd>Where to insert newly created context in
vertiical alignment. 
<br><dt><code>associatedVoice</code> (string)<dd>Name of the <code>Voice</code> that has the
melody for this <code>Lyrics</code> line. 
<br><dt><code>autoAccidentals</code> (list)<dd>List of different ways to typeset an
accidental.

     <p>For determining when to print an accidental, several different rules
are tried.  The rule that gives the highest number of accidentals is
used.  Each rule consists of

          <dl>
<dt><var>context</var><dd>In which context is the rule applied.  For example, if <var>context</var>
is <a name="index-Score-3305"></a><a href="../lilypond-internals/Score.html#Score">Score</a> then all staves share accidentals, and if
<var>context</var> is <a name="index-Staff-3306"></a><a href="../lilypond-internals/Staff.html#Staff">Staff</a> then all voices in the same staff
share accidentals, but staves do not.

          <br><dt><var>octavation</var><dd>Whether the accidental changes all octaves or only the current octave. 
Valid choices are

               <dl>
<dt><code>same-octave</code><dd>This is the default algorithm.  Accidentals are typeset if the note
changes the accidental of that note in that octave.  Accidentals lasts
to the end of the measure and then as many measures as specified in the
value.  This is, <code>1</code>&nbsp;means to the end of next measure,
<code>-1</code>&nbsp;means to the end of previous measure (that is: no
duration at all), etc.  <code>#t</code> means forever.

               <br><dt><code>any-octave</code><dd>Accidentals are typeset if the note is different from the previous note
on the same pitch in any octave.  The value has same meaning as in
<code>same-octave</code>.

          </dl>

          <br><dt><var>laziness</var><dd>Over how many bar lines the accidental lasts.  If <var>laziness</var> is
<code>-1</code> then the accidental is forgotten immediately, and if
<var>laziness</var> is <code>#t</code> then the accidental lasts forever.

     </dl>
     <br><dt><code>autoBeamCheck</code> (procedure)<dd>A procedure taking three
arguments, <var>context</var>, <var>dir</var> [start/stop (-1 or 1)], and
<var>test</var> [shortest note in the beam].  A non-<code>#f</code> return value
starts or stops the auto beam. 
<br><dt><code>autoBeamSettings</code> (list)<dd>Specifies when automatically generated
beams should begin and end.  See <a name="index-Setting-automatic-beam-3307"></a>behavior
<a href="../lilypond/Setting-automatic-beam-behavior.html#Setting-automatic-beam-behavior">Setting automatic beam behavior</a> for more information. 
<br><dt><code>autoBeaming</code> (boolean)<dd>If set to true then beams are generated
automatically. 
<br><dt><code>autoCautionaries</code> (list)<dd>List similar to <code>autoAccidentals</code>,
but it controls cautionary accidentals rather than normal ones.  Both
lists are tried, and the one giving the most accidentals wins.  In
case of draw, a normal accidental is typeset. 
<br><dt><code>automaticBars</code> (boolean)<dd>If set to true then bar lines will not
be printed automatically; they must be explicitly created with a
<code>\bar</code> command.  Unlike the <code>\cadenza</code> keyword, measures
are still counted.  Bar generation will resume according to that count
if this property is unset. 
<br><dt><code>barAlways</code> (boolean)<dd>If set to true a bar line is drawn after
each note. 
<br><dt><code>barCheckSynchronize</code> (boolean)<dd>If true then reset
<code>measurePosition</code> when finding a bar check. 
<br><dt><code>barNumberVisibility</code> (procedure)<dd>A Procedure that takes an
integer and returns whether the corresponding bar number should be
printed. 
<br><dt><code>bassFigureFormatFunction</code> (procedure)<dd>A procedure that is
called to produce the formatting for a <code>BassFigure</code> grob.  It
takes a list of <code>BassFigureEvent</code>s, a context, and the grob to
format. 
<br><dt><code>bassStaffProperties</code> (list)<dd>An alist of property settings to
apply for the down staff of <code>PianoStaff</code>.  Used by
<code>\autochange</code>. 
<br><dt><code>beatGrouping</code> (list)<dd>A list of beatgroups, e.g., in 5/8 time
<code>'(2 3)</code>. 
<br><dt><code>beatLength</code> (moment)<dd>The length of one beat in this time
signature. 
<br><dt><code>chordChanges</code> (boolean)<dd>Only show changes in chords scheme? 
<br><dt><code>chordNameExceptions</code> (list)<dd>An alist of chord exceptions. 
Contains <code>(</code><var>chord</var><code> . </code><var>markup</var><code>)</code> entries. 
<br><dt><code>chordNameExceptionsFull</code> (list)<dd>An alist of full chord
exceptions.  Contains <code>(</code><var>chord</var><code> . </code><var>markup</var><code>)</code> entries. 
<br><dt><code>chordNameExceptionsPartial</code> (list)<dd>An alist of partial chord
exceptions.  Contains <code>(</code><var>chord</var><code> . (</code><var>prefix-markup</var>
<var>suffix-markup</var><code>))</code> entries. 
<br><dt><code>chordNameFunction</code> (procedure)<dd>The function that converts lists
of pitches to chord names. 
<br><dt><code>chordNameSeparator</code> (markup)<dd>The markup object used to
separate parts of a chord name. 
<br><dt><code>chordNoteNamer</code> (procedure)<dd>A function that converts from a pitch
object to a text markup.  Used for single pitches. 
<br><dt><code>chordPrefixSpacer</code> (number)<dd>The space added between the root
symbol and the prefix of a chord name. 
<br><dt><code>chordRootNamer</code> (procedure)<dd>A function that converts from a pitch
object to a text markup.  Used for chords. 
<br><dt><code>clefGlyph</code> (string)<dd>Name of the symbol within the music font. 
<br><dt><code>clefOctavation</code> (integer)<dd>Add this much extra octavation. 
Values of 7 and -7 are common. 
<br><dt><code>clefPosition</code> (number)<dd>Where should the center of the clef
symbol go, measured in half staff spaces from the center of the
staff. 
<br><dt><code>completionBusy</code> (boolean)<dd>Whether a completion-note head is playing. 
<br><dt><code>connectArpeggios</code> (boolean)<dd>If set, connect arpeggios across
piano staff. 
<br><dt><code>countPercentRepeats</code> (boolean)<dd>If set, produce counters for
percent repeats. 
<br><dt><code>createKeyOnClefChange</code> (boolean)<dd>Print a key signature whenever
the clef is changed. 
<br><dt><code>createSpacing</code> (boolean)<dd>Create <code>StaffSpacing</code> objects? 
Should be set for staves. 
<br><dt><code>crescendoSpanner</code> (symbol)<dd>The type of spanner to be used for
crescendi.  Available values are &lsquo;<samp><span class="samp">hairpin</span></samp>&rsquo;, &lsquo;<samp><span class="samp">line</span></samp>&rsquo;,
&lsquo;<samp><span class="samp">dashed-line</span></samp>&rsquo;, &lsquo;<samp><span class="samp">dotted-line</span></samp>&rsquo;.  If unset, a hairpin crescendo
is used. 
<br><dt><code>crescendoText</code> (markup)<dd>The text to print at start of non-hairpin
crescendo, i.e., &lsquo;<samp><span class="samp">cresc.</span></samp>&rsquo;. 
<br><dt><code>currentBarNumber</code> (integer)<dd>Contains the current barnumber. 
This property is incremented at every bar line. 
<br><dt><code>decrescendoSpanner</code> (symbol)<dd>See <code>crescendoSpanner</code>. 
<br><dt><code>decrescendoText</code> (markup)<dd>The text to print at start of
non-hairpin decrescendo, i.e., &lsquo;<samp><span class="samp">dim.</span></samp>&rsquo;. 
<br><dt><code>defaultBarType</code> (string)<dd>Set the default type of bar line.  See
<code>whichBar</code> for information on available bar types.

     <p>This variable is read by <a name="index-Timing_005ftranslator-3308"></a><a href="../lilypond-internals/Timing_005ftranslator.html#Timing_005ftranslator">Timing_translator</a> at
<a name="index-Score-3309"></a><a href="../lilypond-internals/Score.html#Score">Score</a> level. 
<br><dt><code>doubleSlurs</code> (boolean)<dd>If set, two slurs are created for every
slurred note, one above and one below the chord. 
<br><dt><code>drumPitchTable</code> (hash table)<dd>A table mapping percussion
instruments (symbols) to pitches. 
<br><dt><code>drumStyleTable</code> (hash table)<dd>A hash table which maps drums to
layout settings.  Predefined values: &lsquo;<samp><span class="samp">drums-style</span></samp>&rsquo;,
&lsquo;<samp><span class="samp">timbales-style</span></samp>&rsquo;, &lsquo;<samp><span class="samp">congas-style</span></samp>&rsquo;, &lsquo;<samp><span class="samp">bongos-style</span></samp>&rsquo;, and
&lsquo;<samp><span class="samp">percussion-style</span></samp>&rsquo;.

     <p>The layout style is a hash table, containing the drum-pitches (e.g.,
the symbol &lsquo;<samp><span class="samp">hihat</span></samp>&rsquo;) as keys, and a list
<code>(</code><var>notehead-style</var> <var>script</var> <var>vertical-position</var><code>)</code> as
values. 
<br><dt><code>explicitClefVisibility</code> (vector)<dd>&lsquo;<samp><span class="samp">break-visibility</span></samp>&rsquo;
function for clef changes. 
<br><dt><code>explicitKeySignatureVisibility</code> (vector)<dd>&lsquo;<samp><span class="samp">break-visibility</span></samp>&rsquo;
function for explicit key changes.  &lsquo;<samp><span class="samp">\override</span></samp>&rsquo; of the
<code>break-visibility</code> property will set the visibility for normal
(i.e., at the start of the line) key signatures. 
<br><dt><code>extendersOverRests</code> (boolean)<dd>Whether to continue extenders as
they cross a rest. 
<br><dt><code>extraNatural</code> (boolean)<dd>Whether to typeset an extra natural sign
before accidentals changing from a non-natural to another
non-natural. 
<br><dt><code>figuredBassAlterationDirection</code> (direction)<dd>Where to put alterations
relative to the main figure. 
<br><dt><code>figuredBassCenterContinuations</code> (boolean)<dd>Whether to vertically
center pairs of extender lines.  This does not work with three or more
lines. 
<br><dt><code>figuredBassFormatter</code> (procedure)<dd>A routine generating a markup
for a bass figure. 
<br><dt><code>figuredBassPlusDirection</code> (direction)<dd>Where to put plus signs
relative to the main figure. 
<br><dt><code>fingeringOrientations</code> (list)<dd>A list of symbols, containing
&lsquo;<samp><span class="samp">left</span></samp>&rsquo;, &lsquo;<samp><span class="samp">right</span></samp>&rsquo;, &lsquo;<samp><span class="samp">up</span></samp>&rsquo; and/or &lsquo;<samp><span class="samp">down</span></samp>&rsquo;.  This list
determines where fingerings are put relative to the chord being
fingered. 
<br><dt><code>firstClef</code> (boolean)<dd>If true, create a new clef when starting a
staff. 
<br><dt><code>followVoice</code> (boolean)<dd>If set, note heads are tracked across
staff switches by a thin line. 
<br><dt><code>fontSize</code> (number)<dd>The relative size of all grobs in a context. 
<br><dt><code>forbidBreak</code> (boolean)<dd>If set to <code>##t</code>, prevent a line break
at this point. 
<br><dt><code>forceClef</code> (boolean)<dd>Show clef symbol, even if it has not
changed.  Only active for the first clef after the property is set, not
for the full staff. 
<br><dt><code>gridInterval</code> (moment)<dd>Interval for which to generate
<code>GridPoint</code>s. 
<br><dt><code>harmonicAccidentals</code> (boolean)<dd>If set, harmonic notes in chords
get accidentals. 
<br><dt><code>highStringOne</code> (boolean)<dd>Whether the first string is the string
with highest pitch on the instrument.  This used by the automatic
string selector for tablature notation. 
<br><dt><code>ignoreBarChecks</code> (boolean)<dd>Ignore bar checks. 
<br><dt><code>ignoreFiguredBassRest</code> (boolean)<dd>Don't swallow rest events. 
<br><dt><code>ignoreMelismata</code> (boolean)<dd>Ignore melismata for this
<a name="index-Lyrics-3310"></a><a href="../lilypond-internals/Lyrics.html#Lyrics">Lyrics</a> line. 
<br><dt><code>implicitBassFigures</code> (list)<dd>A list of bass figures that are not
printed as numbers, but only as extender lines. 
<br><dt><code>implicitTimeSignatureVisibility</code> (vector)<dd>break visibility for
the default time signature. 
<br><dt><code>instrumentCueName</code> (markup)<dd>The name to print if another
instrument is to be taken. 
<br><dt><code>instrumentEqualizer</code> (procedure)<dd>A function taking a string
(instrument name), and returning a <code>(</code><var>min</var><code> . </code><var>max</var><code>)</code> pair
of numbers for the loudness range of the instrument. 
<br><dt><code>instrumentName</code> (markup)<dd>The name to print left of a staff.  The
<code>instrument</code> property labels the staff in the first system, and
the <code>instr</code> property labels following lines. 
<br><dt><code>instrumentTransposition</code> (pitch)<dd>Define the transposition of
the instrument.  Its value is the pitch that sounds like middle&nbsp;C. 
This is used to transpose the MIDI output, and <code>\quote</code>s. 
<br><dt><code>internalBarNumber</code> (integer)<dd>Contains the current barnumber. 
This property is used for internal timekeeping, among others by the
<code>Accidental_engraver</code>. 
<br><dt><code>keepAliveInterfaces</code> (list)<dd>A list of symbols, signifying grob
interfaces that are worth keeping a staff with <code>remove-empty</code> set
around for. 
<br><dt><code>keyAlterationOrder</code> (list)<dd>An alist that defines in what order
alterations should be printed.  The format is <code>(</code><var>step</var><code>
. </code><var>alter</var><code>)</code>, where <var>step</var> is a number from 0 to&nbsp;6 and
<var>alter</var> from -2 (sharp) to 2 (flat). 
<br><dt><code>keySignature</code> (list)<dd>The current key signature.  This is an alist
containing <code>(</code><var>step</var><code> . </code><var>alter</var><code>)</code> or <code>((</code><var>octave</var><code> . 
</code><var>step</var><code>) . </code><var>alter</var><code>)</code>,  where <var>step</var> is a number in the range
0 to&nbsp;6 and <var>alter</var> a fraction, denoting alteration.  For
alterations, use symbols, e.g. <code>keySignature = #`((6 . ,FLAT))</code>. 
<br><dt><code>lyricMelismaAlignment</code> (direction)<dd>Alignment to use for a melisma syllable. 
<br><dt><code>majorSevenSymbol</code> (markup)<dd>How should the major 7th be formatted
in a chord name? 
<br><dt><code>markFormatter</code> (procedure)<dd>A procedure taking as arguments the
context and the rehearsal mark.  It should return the formatted mark as
a markup object. 
<br><dt><code>maximumFretStretch</code> (number)<dd>Don't allocate frets further than
this from specified frets. 
<br><dt><code>measureLength</code> (moment)<dd>Length of one measure in the current
time signature. 
<br><dt><code>measurePosition</code> (moment)<dd>How much of the current measure have
we had.  This can be set manually to create incomplete measures. 
<br><dt><code>melismaBusyProperties</code> (list)<dd>A list of properties (symbols) to
determine whether a melisma is playing.  Setting this property will
influence how lyrics are aligned to notes.  For example, if set to
<code>#'(melismaBusy beamMelismaBusy)</code>, only manual melismata and
manual beams are considered.  Possible values include
<code>melismaBusy</code>, <code>slurMelismaBusy</code>, <code>tieMelismaBusy</code>, and
<code>beamMelismaBusy</code>. 
<br><dt><code>metronomeMarkFormatter</code> (procedure)<dd>How to produce a metronome
markup.  Called with four arguments: text, duration, count and context. 
<br><dt><code>middleCClefPosition</code> (number)<dd>The position of the middle C,
as determined only by the clef.  This can be calculated by looking at
<code>clefPosition</code> and <code>clefGlyph</code>. 
<br><dt><code>middleCOffset</code> (number)<dd>The offset of
middle C from the position given by <code>middleCClefPosition</code> This
is used for ottava brackets. 
<br><dt><code>middleCPosition</code> (number)<dd>The place of the middle C, measured in
half staff-spaces.  Usually determined by looking at
<code>middleCClefPosition</code> and <code>middleCOffset</code>. 
<br><dt><code>midiInstrument</code> (string)<dd>Name of the MIDI instrument to use. 
<br><dt><code>midiMaximumVolume</code> (number)<dd>Analogous to
<code>midiMinimumVolume</code>. 
<br><dt><code>midiMinimumVolume</code> (number)<dd>Set the minimum loudness for MIDI. 
Ranges from 0 to&nbsp;1. 
<br><dt><code>minimumFret</code> (number)<dd>The tablature auto string-selecting
mechanism selects the highest string with a fret at least
<code>minimumFret</code>. 
<br><dt><code>minimumPageTurnLength</code> (moment)<dd>Minimum length of a rest for a
page turn to be allowed. 
<br><dt><code>minimumRepeatLengthForPageTurn</code> (moment)<dd>Minimum length of a
repeated section for a page turn to be allowed within that section. 
<br><dt><code>noteToFretFunction</code> (procedure)<dd>How to produce a fret diagram. 
Parameters: A list of note events and a list of tabstring events. 
<br><dt><code>ottavation</code> (markup)<dd>If set, the text for an ottava spanner. 
Changing this creates a new text spanner. 
<br><dt><code>output</code> (unknown)<dd>The output produced by a score-level
translator during music interpretation. 
<br><dt><code>pedalSostenutoStrings</code> (list)<dd>See <code>pedalSustainStrings</code>. 
<br><dt><code>pedalSostenutoStyle</code> (symbol)<dd>See <code>pedalSustainStyle</code>. 
<br><dt><code>pedalSustainStrings</code> (list)<dd>A list of strings to print for
sustain-pedal.  Format is <code>(</code><var>up</var> <var>updown</var> <var>down</var><code>)</code>,
where each of the three is the string to print when this is done with
the pedal. 
<br><dt><code>pedalSustainStyle</code> (symbol)<dd>A symbol that indicates how to print
sustain pedals: <code>text</code>, <code>bracket</code> or <code>mixed</code> (both). 
<br><dt><code>pedalUnaCordaStrings</code> (list)<dd>See <code>pedalSustainStrings</code>. 
<br><dt><code>pedalUnaCordaStyle</code> (symbol)<dd>See <code>pedalSustainStyle</code>. 
<br><dt><code>predefinedDiagramTable</code> (hash table)<dd>The hash table of predefined
fret diagrams to use in FretBoards. 
<br><dt><code>printKeyCancellation</code> (boolean)<dd>Print restoration alterations
before a key signature change. 
<br><dt><code>printOctaveNames</code> (boolean)<dd>Print octave marks for the
<code>NoteNames</code> context. 
<br><dt><code>printPartCombineTexts</code> (boolean)<dd>Set &lsquo;Solo&rsquo; and &lsquo;A due&rsquo; texts
in the part combiner? 
<br><dt><code>proportionalNotationDuration</code> (moment)<dd>Global override for
shortest-playing duration.  This is used for switching on proportional
notation. 
<br><dt><code>recordEventSequence</code> (procedure)<dd>When
<code>Recording_group_engraver</code> is in this context, then upon
termination of the context, this function is called with current
context and a list of music objects.  The list of contains entries with
start times, music objects and whether they are processed in this
context. 
<br><dt><code>rehearsalMark</code> (integer)<dd>The last rehearsal mark printed. 
<br><dt><code>repeatCommands</code> (list)<dd>This property is a list of commands
of the form <code>(list 'volta </code><var>x</var><code>)</code>, where <var>x</var> is a string or
<code>#f</code>.  <code>'end-repeat</code> is also accepted as a command. 
<br><dt><code>restNumberThreshold</code> (number)<dd>If a multimeasure rest has more
measures than this, a number is printed. 
<br><dt><code>shapeNoteStyles</code> (vector)<dd>Vector of symbols, listing style for
each note head relative to the tonic (qv.) of the scale. 
<br><dt><code>shortInstrumentName</code> (markup)<dd>See <code>instrument</code>. 
<br><dt><code>shortVocalName</code> (markup)<dd>Name of a vocal line, short version. 
<br><dt><code>skipBars</code> (boolean)<dd>If set to true, then skip the empty bars
that are produced by multimeasure notes and rests.  These bars will
not appear on the printed output.  If not set (the default),
multimeasure notes and rests expand into their full length, printing
the appropriate number of empty bars so that synchronization with other
voices is preserved.

     <pre class="example">     {
       r1 r1*3 R1*3
       \set Score.skipBars= ##t
       r1*3 R1*3
     }
</pre>
     <br><dt><code>skipTypesetting</code> (boolean)<dd>If true, no typesetting is done,
speeding up the interpretation phase.  Useful for debugging large
scores. 
<br><dt><code>soloIIText</code> (markup)<dd>The text for the start of a solo for
voice &lsquo;two&rsquo; when part-combining. 
<br><dt><code>soloText</code> (markup)<dd>The text for the start of a solo when
part-combining. 
<br><dt><code>squashedPosition</code> (integer)<dd>Vertical position of squashing for
<a name="index-Pitch_005fsquash_005fengraver-3311"></a><a href="../lilypond-internals/Pitch_005fsquash_005fengraver.html#Pitch_005fsquash_005fengraver">Pitch_squash_engraver</a>. 
<br><dt><code>staffLineLayoutFunction</code> (procedure)<dd>Layout of staff lines,
<code>traditional</code>, or <code>semitone</code>. 
<br><dt><code>stanza</code> (markup)<dd>Stanza &lsquo;number&rsquo; to print before the start of a
verse.  Use in <code>Lyrics</code> context. 
<br><dt><code>stemLeftBeamCount</code> (integer)<dd>Specify the number of beams to draw
on the left side of the next note.  Overrides automatic beaming.  The
value is only used once, and then it is erased. 
<br><dt><code>stemRightBeamCount</code> (integer)<dd>See <code>stemLeftBeamCount</code>. 
<br><dt><code>stringNumberOrientations</code> (list)<dd>See
<code>fingeringOrientations</code>. 
<br><dt><code>stringOneTopmost</code> (boolean)<dd>Whether the first string is
printed on the top line of the tablature. 
<br><dt><code>stringTunings</code> (list)<dd>The tablature strings tuning.  It is a list
of the pitch (in semitones) of each string (starting with the lower
one). 
<br><dt><code>strokeFingerOrientations</code> (list)<dd>See
<code>fingeringOrientations</code>. 
<br><dt><code>subdivideBeams</code> (boolean)<dd>If set, multiple beams will be
subdivided at beat positions by only drawing one beam over the beat. 
<br><dt><code>suggestAccidentals</code> (boolean)<dd>If set, accidentals are typeset as
cautionary suggestions over the note. 
<br><dt><code>systemStartDelimiter</code> (symbol)<dd>Which grob to make for the start
of the system/staff?  Set to <code>SystemStartBrace</code>,
<code>SystemStartBracket</code> or <code>SystemStartBar</code>. 
<br><dt><code>systemStartDelimiterHierarchy</code> (pair)<dd>A nested list, indicating
the nesting of a start delimiters. 
<br><dt><code>tablatureFormat</code> (procedure)<dd>A function formatting a tablature
note head.  Called with three arguments: string number, context and event. 
It returns the text as a string. 
<br><dt><code>tempoHideNote</code> (boolean)<dd>Hide the note=count in tempo marks. 
<br><dt><code>tempoText</code> (markup)<dd>Text for tempo marks. 
<br><dt><code>tempoUnitCount</code> (number)<dd>Count for specifying tempo. 
<br><dt><code>tempoUnitDuration</code> (duration)<dd>Unit for specifying tempo. 
<br><dt><code>tempoWholesPerMinute</code> (moment)<dd>The tempo in whole notes per
minute. 
<br><dt><code>tieWaitForNote</code> (boolean)<dd>If true, tied notes do not have to
follow each other directly.  This can be used for writing out
arpeggios. 
<br><dt><code>timeSignatureFraction</code> (pair of numbers)<dd>A pair of numbers,
signifying the time signature.  For example, <code>#'(4 . 4)</code> is a
4/4 time signature. 
<br><dt><code>timing</code> (boolean)<dd>Keep administration of measure length,
position, bar number, etc.?  Switch off for cadenzas. 
<br><dt><code>tonic</code> (pitch)<dd>The tonic of the current scale. 
<br><dt><code>trebleStaffProperties</code> (list)<dd>An alist of property settings to
apply for the up staff of <code>PianoStaff</code>.  Used by
<code>\autochange</code>. 
<br><dt><code>tremoloFlags</code> (integer)<dd>The number of tremolo flags to add if no
number is specified. 
<br><dt><code>tupletFullLength</code> (boolean)<dd>If set, the tuplet is printed up to
the start of the next note. 
<br><dt><code>tupletFullLengthNote</code> (boolean)<dd>If set, end at the next note,
otherwise end on the matter (time signatures, etc.) before the note. 
<br><dt><code>tupletSpannerDuration</code> (moment)<dd>Normally, a tuplet bracket is
as wide as the <code>\times</code> expression that gave rise to it.  By
setting this property, you can make brackets last shorter.

     <pre class="example">     {
       \set tupletSpannerDuration = #(ly:make-moment 1 4)
       \times 2/3 { c8 c c c c c }
     }
</pre>
     <br><dt><code>useBassFigureExtenders</code> (boolean)<dd>Whether to use extender lines
for repeated bass figures. 
<br><dt><code>verticallySpacedContexts</code> (list)<dd>List of symbols, containing
context names whose vertical axis groups should be taken into account
for vertical spacing of systems. 
<br><dt><code>vocalName</code> (markup)<dd>Name of a vocal line. 
<br><dt><code>voltaSpannerDuration</code> (moment)<dd>This specifies the maximum
duration to use for the brackets printed for <code>\alternative</code>. 
This can be used to shrink the length of brackets in the situation
where one alternative is very large. 
<br><dt><code>whichBar</code> (string)<dd>This property is read to determine what type
of bar line to create.

     <p>Example:

     <pre class="example">     \set Staff.whichBar = "|:"
</pre>
     <p class="noindent">This will create a start-repeat bar in this staff only.  Valid values
are described in <a name="index-bar_002dline_002dinterface-3312"></a><a href="../lilypond-internals/bar_002dline_002dinterface.html#bar_002dline_002dinterface">bar-line-interface</a>. 
</dl>

   <!-- footer_tag --><br><hr>
<div class="node">
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Layout-properties.html#Layout-properties">Layout properties</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Percussion-notes.html#Percussion-notes">Percussion notes</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Notation-manual-tables.html#Notation-manual-tables">Notation manual tables</a>
</div>

<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
<p>
<font size="-1">
This page is for LilyPond-2.11.57 (development-branch).
<br>
<address>
Report errors to <a href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs</a>. </address>
<br>
Your <a href="http://lilypond.org/web/devel/participating/documentation-adding">suggestions for the documentation</a> are welcome.
</font>
</p>
</div>


<P>
 Other languages: <a href="All-context-properties.es.html">espaƱol</a>, <a href="All-context-properties.de.html">deutsch</a>.
 <BR>
 
</P>
</BODY></html>