Sophie

Sophie

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

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>Layout 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="All-context-properties.html#All-context-properties" title="All context properties">
<link rel="next" href="Identifiers.html#Identifiers" title="Identifiers">
<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="Layout-properties"></a>
Next:&nbsp;<a rel="next" accesskey="n" href="Identifiers.html#Identifiers">Identifiers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="All-context-properties.html#All-context-properties">All context properties</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.13 Layout properties</h3>

     <dl>
<dt><code>X-extent</code> (pair of numbers)<dd>Hard coded extent in X&nbsp;direction. 
<br><dt><code>X-offset</code> (number)<dd>The horizontal amount that this object is
moved relative to its X-parent. 
<br><dt><code>Y-extent</code> (pair of numbers)<dd>Hard coded extent in Y&nbsp;direction. 
<br><dt><code>Y-offset</code> (number)<dd>The vertical amount that this object is moved
relative to its Y-parent. 
<br><dt><code>add-stem-support</code> (boolean)<dd>If set, the <code>Stem</code> object is
included in this script's support. 
<br><dt><code>after-line-breaking</code> (boolean)<dd>Dummy property, used to trigger
callback for <code>after-line-breaking</code>. 
<br><dt><code>align-dir</code> (direction)<dd>Which side to align? <code>-1</code>: left side,
<code>0</code>: around center of width, <code>1</code>: right side. 
<br><dt><code>allow-loose-spacing</code> (boolean)<dd>If set, column can be detached
from main spacing. 
<br><dt><code>allow-span-bar</code> (boolean)<dd>If false, no inter-staff bar line will
be created below this bar line. 
<br><dt><code>alteration</code> (number)<dd>Alteration numbers for accidental. 
<br><dt><code>alteration-alist</code> (list)<dd>List of <code>(</code><var>pitch</var><code>
. </code><var>accidental</var><code>)</code> pairs for key signature. 
<br><dt><code>annotation</code> (string)<dd>Annotate a grob for debug purposes. 
<br><dt><code>arpeggio-direction</code> (direction)<dd>If set, put an arrow on the
arpeggio squiggly line. 
<br><dt><code>arrow-length</code> (number)<dd>Arrow length. 
<br><dt><code>arrow-width</code> (number)<dd>Arrow width. 
<br><dt><code>auto-knee-gap</code> (dimension, in staff space)<dd>If a gap is found between note
heads where a horizontal beam fits that is larger than this number,
make a kneed beam. 
<br><dt><code>average-spacing-wishes</code> (boolean)<dd>If set, the spacing wishes
are averaged over staves. 
<br><dt><code>avoid-note-head</code> (boolean)<dd>If set, the stem of a chord does not
pass through all note heads, but starts at the last note head. 
<br><dt><code>avoid-slur</code> (symbol)<dd>Method of handling slur collisions. 
Choices are <code>around</code>, <code>inside</code>, <code>outside</code>.  If unset,
scripts and slurs ignore each other.  <code>around</code> only moves the
script if there is a collision; <code>outside</code> always moves the
script. 
<br><dt><code>axes</code> (list)<dd>List of axis numbers.  In the case of alignment
grobs, this should contain only one number. 
<br><dt><code>bar-size</code> (dimension, in staff space)<dd>The size of a bar line. 
<br><dt><code>base-shortest-duration</code> (moment)<dd>Spacing is based on the
shortest notes in a piece.  Normally, pieces are spaced as if notes
at least as short as this are present. 
<br><dt><code>baseline-skip</code> (dimension, in staff space)<dd>Distance between base lines of
multiple lines of text. 
<br><dt><code>beam-thickness</code> (dimension, in staff space)<dd>Beam thickness, measured in
<code>staff-space</code> units. 
<br><dt><code>beam-width</code> (dimension, in staff space)<dd>Width of the tremolo sign. 
<br><dt><code>beamed-stem-shorten</code> (list)<dd>How much to shorten beamed stems,
when their direction is forced.  It is a list, since the value is
different depending on the number of flags and beams. 
<br><dt><code>beaming</code> (pair)<dd>Pair of number lists.  Each number list
specifies which beams to make.  <code>0</code>&nbsp;is the central beam,
<code>1</code>&nbsp;is the next beam toward the note, etc.  This
information is used to determine how to connect the beaming patterns
from stem to stem inside a beam. 
<br><dt><code>before-line-breaking</code> (boolean)<dd>Dummy property, used to trigger
a callback function. 
<br><dt><code>between-cols</code> (pair)<dd>Where to attach a loose column to. 
<br><dt><code>bound-details</code> (list)<dd>An alist of properties for determining
attachments of spanners to edges. 
<br><dt><code>bound-padding</code> (number)<dd>The amount of padding to insert around
spanner bounds. 
<br><dt><code>bracket-flare</code> (pair of numbers)<dd>A pair of numbers specifying how
much edges of brackets should slant outward.  Value <code>0.0</code> means
straight edges. 
<br><dt><code>bracket-visibility</code> (boolean or symbol)<dd>This controls the
visibility of the tuplet bracket.  Setting it to false prevents
printing of the bracket.  Setting the property to <code>if-no-beam</code>
makes it print only if there is no beam associated with this tuplet
bracket. 
<br><dt><code>break-align-anchor</code> (number)<dd>Grobs aligned to this break-align
grob will have their X-offsets shifted by this number.  In bar lines,
for example, this is used to position grobs relative to the (visual)
center of the bar line. 
<br><dt><code>break-align-anchor-alignment</code> (number)<dd>Read by
<code>ly:break-aligned-interface::calc-extent-aligned-anchor</code> for aligning
an anchor to a grob's extent
<br><dt><code>break-align-orders</code> (vector)<dd>Defines the order in which
prefatory matter (clefs, key signatures) appears.  The format is a
vector of length&nbsp;3, where each element is one order for
end-of-line, middle of line, and start-of-line, respectively.  An
order is a list of symbols.

     <p>For example, clefs are put after key signatures by setting

     <pre class="example">     \override Score.BreakAlignment #'break-align-orders =
       #(make-vector 3 '(span-bar
                         breathing-sign
                         staff-bar
                         key
                         clef
                         time-signature))
</pre>
     <br><dt><code>break-align-symbol</code> (symbol)<dd>This key is used for aligning and
spacing breakable items. 
<br><dt><code>break-align-symbols</code> (list)<dd>A list of symbols that determine
which break-aligned grobs to align this to.  If the grob selected by
the first symbol in the list is invisible due to break-visibility,
we will align to the next grob (and so on). 
<br><dt><code>break-overshoot</code> (pair of numbers)<dd>How much does a broken spanner
stick out of its bounds? 
<br><dt><code>break-visibility</code> (vector)<dd>A vector of 3&nbsp;booleans,
<code>#(</code><var>end-of-line</var> <var>unbroken</var> <var>begin-of-line</var><code>)</code>. 
<code>#t</code> means visible, <code>#f</code> means killed. 
<br><dt><code>breakable</code> (boolean)<dd>Allow breaks here. 
<br><dt><code>c0-position</code> (integer)<dd>An integer indicating the position of
middle&nbsp;C. 
<br><dt><code>clip-edges</code> (boolean)<dd>Allow outward pointing beamlets at the
edges of beams? 
<br><dt><code>collapse-height</code> (dimension, in staff space)<dd>Minimum height of system start
delimiter.  If equal or smaller, the bracket/brace/line is removed. 
<br><dt><code>color</code> (list)<dd>The color of this grob. 
<br><dt><code>common-shortest-duration</code> (moment)<dd>The most common shortest
note length.  This is used in spacing.  Enlarging this sets the score
tighter. 
<br><dt><code>concaveness</code> (number)<dd>A beam is concave if its inner stems are
closer to the beam than the two outside stems.  This number is a
measure of the closeness of the inner stems.  It is used for damping
the slope of the beam. 
<br><dt><code>connect-to-neighbor</code> (pair)<dd>Pair of booleans, indicating whether
this grob looks as a continued break. 
<br><dt><code>control-points</code> (list)<dd>List of offsets (number pairs) that form
control points for the tie, slur, or bracket shape.  For B&eacute;ziers,
this should list the control points of a third-order B&eacute;zier curve. 
<br><dt><code>damping</code> (number)<dd>Amount of beam slope damping. 
<br><dt><code>dash-fraction</code> (number)<dd>Size of the dashes, relative to
<code>dash-period</code>.  Should be between <code>0.0</code> (no line) and
<code>1.0</code> (continuous line). 
<br><dt><code>dash-period</code> (number)<dd>The length of one dash together with
whitespace.  If negative, no line is drawn at all. 
<br><dt><code>default-direction</code> (direction)<dd>Direction determined by note head
positions. 
<br><dt><code>digit-names</code> (unknown)<dd>Names for string finger digits. 
<br><dt><code>direction</code> (direction)<dd>If <code>side-axis</code> is <code>0</code> (or
<code>#X</code>), then this property determines whether the object is placed
<code>#LEFT</code>, <code>#CENTER</code> or <code>#RIGHT</code> with respect to the
other object.  Otherwise, it determines whether the object is placed
<code>#UP</code>, <code>#CENTER</code> or <code>#DOWN</code>.  Numerical values may also
be used: <code>#UP</code>=<code>1</code>, <code>#DOWN</code>=<code>-1</code>,
<code>#LEFT</code>=<code>-1</code>, <code>#RIGHT</code>=<code>1</code>, <code>#CENTER</code>=<code>0</code>. 
<br><dt><code>dot-count</code> (integer)<dd>The number of dots. 
<br><dt><code>dot-placement-list</code> (list)<dd>List
consisting of <code>(</code><var>description</var> <var>string-number</var>
<var>fret-number</var> <var>finger-number</var><code>)</code>
entries used to define fret diagrams. 
<br><dt><code>duration-log</code> (integer)<dd>The 2-log of the note head duration,
i.e., <code>0</code> = whole note, <code>1</code> = half note, etc. 
<br><dt><code>eccentricity</code> (number)<dd>How asymmetrical to make a slur. 
Positive means move the center to the right. 
<br><dt><code>edge-height</code> (pair)<dd>A pair of numbers specifying the heights of
the vertical edges: <code>(</code><var>left-height</var><code> . </code><var>right-height</var><code>)</code>. 
<br><dt><code>edge-text</code> (pair)<dd>A pair specifying the texts to be set at the
edges: <code>(</code><var>left-text</var><code> . </code><var>right-text</var><code>)</code>. 
<br><dt><code>expand-limit</code> (integer)<dd>Maximum number of measures expanded in
church rests. 
<br><dt><code>extra-X-extent</code> (pair of numbers)<dd>A grob is enlarged in
X&nbsp;dimension by this much. 
<br><dt><code>extra-Y-extent</code> (pair of numbers)<dd>A grob is enlarged in
Y&nbsp;dimension by this much. 
<br><dt><code>extra-dy</code> (number)<dd>Slope glissandi this much extra. 
<br><dt><code>extra-offset</code> (pair of numbers)<dd>A pair representing an offset.  This
offset is added just before outputting the symbol, so the typesetting
engine is completely oblivious to it.  The values are measured in
<code>staff-space</code> units of the staff's <code>StaffSymbol</code>. 
<br><dt><code>extra-spacing-height</code> (pair of numbers)<dd>In the horizontal spacing
problem, we increase the height of each item by this amount (by adding
the &lsquo;car&rsquo; to the bottom of the item and adding the &lsquo;cdr&rsquo; to the top
of the item. In order to make a grob infinitely high (to prevent the
horizontal spacing problem from placing any other grobs above or below
this grob), set this to <code>(-inf.0 . +inf.0)</code>. 
<br><dt><code>extra-spacing-width</code> (pair of numbers)<dd>In the horizontal spacing
problem, we pad each item by this amount (by adding the &lsquo;car&rsquo; on the
left side of the item and adding the &lsquo;cdr&rsquo; on the right side of the
item).  In order to make a grob take up no horizontal space at all,
set this to <code>(+inf.0 . -inf.0)</code>. 
<br><dt><code>flag-count</code> (number)<dd>The number of tremolo beams. 
<br><dt><code>flag-style</code> (symbol)<dd>A string determining what style of flag
glyph is typeset on a <code>Stem</code>.  Valid options include <code>()</code>
and <code>mensural</code>.  Additionally, <code>no-flag</code> switches off the
flag. 
<br><dt><code>font-encoding</code> (symbol)<dd>The font encoding is the broadest
category for selecting a font.  Options include: <code>fetaMusic</code>,
<code>fetaNumber</code>, <code>TeX-text</code>, <code>TeX-math</code>,
<code>fetaBraces</code>, <code>fetaDynamic</code>. 
<br><dt><code>font-family</code> (symbol)<dd>The font family is the broadest category
for selecting text fonts.  Options include: <code>sans</code>,
<code>roman</code>. 
<br><dt><code>font-name</code> (string)<dd>Specifies a file name (without extension)
of the font to load.  This setting overrides selection using
<code>font-family</code>, <code>font-series</code> and <code>font-shape</code>. 
<br><dt><code>font-series</code> (symbol)<dd>Select the series of a font.  Choices
include <code>medium</code>, <code>bold</code>, <code>bold-narrow</code>, etc. 
<br><dt><code>font-shape</code> (symbol)<dd>Select the shape of a font.  Choices
include <code>upright</code>, <code>italic</code>, <code>caps</code>. 
<br><dt><code>font-size</code> (number)<dd>The font size, compared to the
&lsquo;normal&rsquo;&nbsp;size.  <code>0</code>&nbsp;is style-sheet's normal size,
<code>-1</code> is smaller, <code>+1</code> is bigger.  Each step of&nbsp;1 is
approximately 12% larger; 6&nbsp;steps are exactly a factor&nbsp;2 larger. 
Fractional values are allowed. 
<br><dt><code>force-hshift</code> (number)<dd>This specifies a manual shift for notes
in collisions.  The unit is the note head width of the first voice
note.  This is used by <a name="index-note_002dcollision_002dinterface-3313"></a><a href="../lilypond-internals/note_002dcollision_002dinterface.html#note_002dcollision_002dinterface">note-collision-interface</a>. 
<br><dt><code>forced</code> (boolean)<dd>Manually forced accidental. 
<br><dt><code>fraction</code> (pair of numbers)<dd>Numerator and denominator of a time
signature object. 
<br><dt><code>french-beaming</code> (boolean)<dd>Use French beaming style for this
stem.  The stem stops at the innermost beams. 
<br><dt><code>fret-diagram-details</code> (list)<dd>An alist of detailed grob properties
for fret diagrams.  Each alist entry consists of a
(<code>property</code> . <code>value</code>) pair. 
The properties which can be included in fret-diagram-details
include the following:
          <ul>
<li><code>barre-type</code> &ndash; Type of barre indication used. 
Choices include <code>curved</code>, <code>straight</code>, and
<code>none</code>.  Default <code>curved</code>. 
<li><code>dot-color</code> &ndash; Color of dots.  Options include
<code>black</code> and <code>white</code>.  Default <code>black</code>. 
<li><code>dot-label-font-mag</code> &ndash; Magnification for font used to
label fret dots.  Default value 1. 
<li><code>dot-radius</code> &ndash; Radius of dots, in terms of fret spaces. 
Default value 0.425 for labeled dots, 0.25 for unlabeled dots. 
<li><code>finger-code</code> &ndash; Code for the type of fingering indication used. 
Options include <code>none</code>, <code>in-dot</code>, and
<code>below-string</code>.  Default <code>none</code> for markup fret diagrams,
<code>below-string</code> for <code>FretBoards</code> fret diagrams. 
<li><code>fret-count</code> &ndash; The number of frets.  Default 4. 
<li><code>fret-label-font-mag</code> &ndash; The magnification of the font used to label
the lowest fret number.  Default 0.5
<li><code>fret-label-vertical-offset</code> &ndash; The vertical offset of the fret label
from the fret.  Default -0.2
<li><code>label-dir</code> &ndash; Side to which the fret label is attached. 
<code>-1</code>, <code>#LEFT</code>, or <code>#DOWN</code> for left or down;
<code>1</code>, <code>#RIGHT</code>, or <code>#UP</code> for right or up. 
Default <code>#RIGHT</code>. 
<li><code>mute-string</code> &ndash; Character string to be used to indicate muted
string.  Default "x". 
<li><code>number-type</code> &ndash; Type of numbers to use in fret label.  Choices
include <code>roman-lower</code>, <code>roman-upper</code>, and <code>arabic</code>.  Default
<code>roman-lower</code>. 
<li><code>open-string</code> &ndash; Character string to be used to indicate open
string.  Default "o". 
<li><code>orientation</code> &ndash; Orientation of fret-diagram.  Options include
<code>normal</code> and <code>landscape</code>.  Default <code>normal</code>. 
<li><code>string-count</code> &ndash; The number of strings.  Default 6. 
<li><code>string-label-font-mag</code> &ndash; The magnification of the font used to label
fingerings at the string, rather than in the dot.  Default value 0.6. 
<li><code>top-fret-thickness</code> &ndash; The thickness of the top fret line, as a multiple
of the standard thickness.   Default value 3. 
<li><code>xo-font-magnification</code> &ndash; Magnification used for mute and
open string indicators.  Default value 0.5. 
<li><code>xo-padding</code> &ndash; Padding for open and mute indicators from top fret. 
Default value 0.25. 
</ul>
     <br><dt><code>full-length-padding</code> (number)<dd>How much padding to use at the right side of a full-length tuplet bracket. 
<br><dt><code>full-length-to-extent</code> (boolean)<dd>Run to the extent of the column for a full-length tuplet bracket. 
<br><dt><code>full-size-change</code> (boolean)<dd>Don't make a change clef smaller. 
<br><dt><code>gap</code> (dimension, in staff space)<dd>Size of a gap in a variable symbol. 
<br><dt><code>gap-count</code> (integer)<dd>Number of gapped beams for tremolo. 
<br><dt><code>glyph</code> (string)<dd>A string determining what &lsquo;style&rsquo; of glyph is
typeset.  Valid choices depend on the function that is reading this
property. 
<br><dt><code>glyph-name-alist</code> (list)<dd>An alist of key-string pairs. 
<br><dt><code>grow-direction</code> (direction)<dd>Crescendo or decrescendo? 
<br><dt><code>hair-thickness</code> (number)<dd>Thickness of the thin line in a bar
line. 
<br><dt><code>harp-pedal-details</code> (list)<dd>An alist of detailed grob properties
for harp pedal diagrams.  Each alist entry consists of a
(<code>property</code> . <code>value</code>) pair. 
The properties which can be included in harp-pedal-details
include the following:
          <ul>
<li><code>box-offset</code> &ndash; Vertical shift of the center of flat / sharp pedal
boxes above / below the horizontal line. Default value 0.8. 
<li><code>box-width</code> &ndash; Width of each pedal box. Default value 0.4. 
<li><code>box-height</code> &ndash; Height of each pedal box. Default value 1.0. 
<li><code>space-before-divider</code> &ndash; Space between boxes before the first divider
(so that the diagram can be made symmetric). Default value 0.8. 
<li><code>space-after-divider</code> &ndash; Space between boxes after the first divider. 
Default value 0.8. 
<li><code>circle-thickness</code> &ndash; Thickness (in unit of the line-thickness) of the
ellipse around circled pedals. Default value 0.5. 
<li><code>circle-x-padding</code> &ndash; Padding in X direction of the ellipse around
circled pedals. Default value 0.15. 
<li><code>circle-y-padding</code> &ndash; Padding in Y direction of the ellipse around
circled pedals. Default value 0.2. 
</ul>
     <br><dt><code>head-direction</code> (direction)<dd>Are the note heads left or right in a
semitie? 
<br><dt><code>height</code> (dimension, in staff space)<dd>Height of an object in
<code>staff-space</code> units. 
<br><dt><code>height-limit</code> (dimension, in staff space)<dd>Maximum slur height: The longer the
slur, the closer it is to this height. 
<br><dt><code>horizontal-shift</code> (integer)<dd>An integer that identifies ranking
of <code>NoteColumn</code>s for horizontal shifting.  This is used by
<a name="index-note_002dcollision_002dinterface-3314"></a><a href="../lilypond-internals/note_002dcollision_002dinterface.html#note_002dcollision_002dinterface">note-collision-interface</a>. 
<br><dt><code>horizontal-skylines</code> (unknown)<dd>Two skylines, one to the
left and one to the right of this grob. 
<br><dt><code>ignore-collision</code> (boolean)<dd>If set, don't do note collision
resolution on this <code>NoteColumn</code>. 
<br><dt><code>implicit</code> (boolean)<dd>Is this an implicit bass figure? 
<br><dt><code>inspect-index</code> (integer)<dd>If debugging is set, set beam and slur
configuration to this index, and print the respective scores. 
<br><dt><code>inspect-quants</code> (pair of numbers)<dd>If debugging is set,
set beam and slur quants to this position, and print the respective
scores. 
<br><dt><code>keep-fixed-while-stretching</code> (boolean)<dd>A grob with this property
set to true is fixed relative to the staff above it when systems are
stretched. 
<br><dt><code>keep-inside-line</code> (boolean)<dd>If set, this column cannot have
objects sticking into the margin. 
<br><dt><code>kern</code> (dimension, in staff space)<dd>Amount of extra white space to add.  For
bar lines, this is the amount of space after a thick line. 
<br><dt><code>knee</code> (boolean)<dd>Is this beam kneed? 
<br><dt><code>knee-spacing-correction</code> (number)<dd>Factor for the optical
correction amount for kneed beams.  Set between <code>0</code> for no
correction and <code>1</code> for full correction. 
<br><dt><code>labels</code> (list)<dd>List of labels (symbols) placed on a column
<br><dt><code>layer</code> (integer)<dd>The output layer (a value between 0 and&nbsp;2:
Layers define the order of printing objects.  Objects in lower layers
are overprinted by objects in higher layers. 
<br><dt><code>ledger-line-thickness</code> (pair of numbers)<dd>The thickness of ledger
lines.  It is the sum of 2&nbsp;numbers: The first is the factor for
line thickness, and the second for staff space.  Both contributions
are added. 
<br><dt><code>left-bound-info</code> (list)<dd>An alist of properties for determining
attachments of spanners to edges. 
<br><dt><code>left-padding</code> (dimension, in staff space)<dd>The amount of space that is put
left to an object (e.g., a group of accidentals). 
<br><dt><code>length</code> (dimension, in staff space)<dd>User override for the stem length of
unbeamed stems. 
<br><dt><code>length-fraction</code> (number)<dd>Multiplier for lengths.  Used for
determining ledger lines and stem lengths. 
<br><dt><code>line-break-penalty</code> (number)<dd>Penalty for a line break at this
column.  This affects the choices of the line breaker; it avoids a
line break at a column with a positive penalty and prefers a line break
at a column with a negative penalty. 
<br><dt><code>line-break-permission</code> (symbol)<dd>Instructs the line breaker on
whether to put a line break at this column.  Can be <code>force</code> or
<code>allow</code>. 
<br><dt><code>line-break-system-details</code> (list)<dd>An alist of properties to use
if this column is the start of a system. 
<br><dt><code>line-count</code> (integer)<dd>The number of staff lines. 
<br><dt><code>line-positions</code> (list)<dd>Vertical positions of staff lines. 
<br><dt><code>line-thickness</code> (number)<dd>The thickness of the tie or slur
contour. 
<br><dt><code>long-text</code> (markup)<dd>Text markup.  See <a name="index-Formatting-3315"></a>text
<a href="../lilypond/Formatting-text.html#Formatting-text">Formatting text</a>. 
<br><dt><code>max-beam-connect</code> (integer)<dd>Maximum number of beams to connect
to beams from this stem.  Further beams are typeset as beamlets. 
<br><dt><code>max-stretch</code> (number)<dd>The maximum amount that this
<code>VerticalAxisGroup</code> can be vertically stretched (for example, in
order to better fill a page). 
<br><dt><code>measure-count</code> (integer)<dd>The number of measures for a
multi-measure rest. 
<br><dt><code>measure-length</code> (moment)<dd>Length of a measure.  Used in some
spacing situations. 
<br><dt><code>merge-differently-dotted</code> (boolean)<dd>Merge note heads in
collisions, even if they have a different number of dots.  This is
normal notation for some types of polyphonic music.

     <p><code>merge-differently-dotted</code> only applies to opposing stem
directions (i.e., voice 1 &amp;&nbsp;2). 
<br><dt><code>merge-differently-headed</code> (boolean)<dd>Merge note heads in
collisions, even if they have different note heads.  The
smaller of the two heads is rendered invisible.  This is used in
polyphonic guitar notation.  The value of this setting is used by
<a name="index-note_002dcollision_002dinterface-3316"></a><a href="../lilypond-internals/note_002dcollision_002dinterface.html#note_002dcollision_002dinterface">note-collision-interface</a>.

     <p><code>merge-differently-headed</code> only applies to opposing stem
directions (i.e., voice 1 &amp;&nbsp;2). 
<br><dt><code>minimum-X-extent</code> (pair of numbers)<dd>Minimum size of an object in
X&nbsp;dimension, measured in <code>staff-space</code> units. 
<br><dt><code>minimum-Y-extent</code> (pair of numbers)<dd>Minimum size of an object in
Y&nbsp;dimension, measured in <code>staff-space</code> units. 
<br><dt><code>minimum-distance</code> (dimension, in staff space)<dd>Minimum distance between rest
and notes or beam. 
<br><dt><code>minimum-length</code> (dimension, in staff space)<dd>Try to make a spanner at least
this long, normally in the horizontal direction.  This requires an
appropriate callback for the <code>springs-and-rods</code> property.  If
added to a <code>Tie</code>, this sets the minimum distance between
noteheads. 
<br><dt><code>minimum-length-fraction</code> (number)<dd>Minimum length of ledger line
as fraction of note head size. 
<br><dt><code>minimum-space</code> (dimension, in staff space)<dd>Minimum distance that the victim
should move (after padding). 
<br><dt><code>neutral-direction</code> (direction)<dd>Which direction to take in the
center of the staff. 
<br><dt><code>neutral-position</code> (number)<dd>Position (in half staff spaces) where
to flip the direction of custos stem. 
<br><dt><code>next</code> (layout object)<dd>Object that is next relation (e.g., the lyric
syllable following an extender. 
<br><dt><code>no-alignment</code> (boolean)<dd>If set, don't place this grob in a
<code>VerticalAlignment</code>; rather, place it using its own <code>Y-offset</code>
callback. 
<br><dt><code>no-ledgers</code> (boolean)<dd>If set, don't draw ledger lines on this
object. 
<br><dt><code>no-stem-extend</code> (boolean)<dd>If set, notes with ledger lines do not
get stems extending to the middle staff line. 
<br><dt><code>non-default</code> (boolean)<dd>Set for manually specified clefs. 
<br><dt><code>non-musical</code> (boolean)<dd>True if the grob belongs to a
<code>NonMusicalPaperColumn</code>. 
<br><dt><code>note-names</code> (vector)<dd>Vector of strings containing names for
easy-notation note heads. 
<br><dt><code>outside-staff-horizontal-padding</code> (number)<dd>By default, an
outside-staff-object can be placed so that is it very close to another
grob horizontally.  If this property is set, the outside-staff-object
is raised so that it is not so close to its neighbor. 
<br><dt><code>outside-staff-padding</code> (number)<dd>The padding to place between
this grob and the staff when spacing according to
<code>outside-staff-priority</code>. 
<br><dt><code>outside-staff-priority</code> (number)<dd>If set, the grob is positioned
outside the staff in such a way as to avoid all collisions. 
In case of a potential collision, the grob with the smaller
<code>outside-staff-priority</code> is closer to the staff. 
<br><dt><code>packed-spacing</code> (boolean)<dd>If set, the notes are spaced as
tightly as possible. 
<br><dt><code>padding</code> (dimension, in staff space)<dd>Add this much extra space between
objects that are next to each other. 
<br><dt><code>page-break-penalty</code> (number)<dd>Penalty for page break at this
column.  This affects the choices of the page breaker; it avoids a
page break at a column with a positive penalty and prefers a page break
at a column with a negative penalty. 
<br><dt><code>page-break-permission</code> (symbol)<dd>Instructs the page breaker on
whether to put a page break at this column.  Can be <code>force</code> or
<code>allow</code>. 
<br><dt><code>page-turn-penalty</code> (number)<dd>Penalty for a page turn at this
column.  This affects the choices of the page breaker; it avoids a
page turn at a column with a positive penalty and prefers a page turn
at a column with a negative penalty. 
<br><dt><code>page-turn-permission</code> (symbol)<dd>Instructs the page breaker on
whether to put a page turn at this column.  Can be <code>force</code> or
<code>allow</code>. 
<br><dt><code>parenthesized</code> (boolean)<dd>Parenthesize this grob. 
<br><dt><code>positions</code> (pair of numbers)<dd>Pair of staff coordinates
<code>(</code><var>left</var><code> . </code><var>right</var><code>)</code>, where both <var>left</var> and
<var>right</var> are in <code>staff-space</code> units of the current staff. 
For slurs, this value selects which slur candidate to use; if
extreme positions are requested, the closest one is taken. 
<br><dt><code>prefer-dotted-right</code> (boolean)<dd>For note collisions, prefer to
shift dotted up-note to the right, rather than shifting just the
dot. 
<br><dt><code>ratio</code> (number)<dd>Parameter for slur shape.  The higher this
number, the quicker the slur attains its <code>height-limit</code>. 
<br><dt><code>remove-empty</code> (boolean)<dd>If set, remove group if it contains no
interesting items. 
<br><dt><code>remove-first</code> (boolean)<dd>Remove the first staff of a orchestral
score? 
<br><dt><code>restore-first</code> (boolean)<dd>Print a natural before the
accidental. 
<br><dt><code>rhythmic-location</code> (rhythmic location)<dd>Where (bar number,
measure position) in the score. 
<br><dt><code>right-bound-info</code> (list)<dd>An alist of properties for determining
attachments of spanners to edges. 
<br><dt><code>right-padding</code> (dimension, in staff space)<dd>Space to insert on the right side
of an object (e.g., between note and its accidentals). 
<br><dt><code>rotation</code> (list)<dd>Number of degrees to rotate this object, and
what point to rotate around.  For example, <code>#'(45 0 0)</code> rotates
by 45 degrees around the center of this object. 
<br><dt><code>same-direction-correction</code> (number)<dd>Optical correction amount
for stems that are placed in tight configurations.  This amount is
used for stems with the same direction to compensate for note head to
stem distance. 
<br><dt><code>script-priority</code> (number)<dd>A sorting key that determines in what
order a script is within a stack of scripts. 
<br><dt><code>self-alignment-X</code> (number)<dd>Specify alignment of an object.  The
value <code>-1</code> means left aligned, <code>0</code>&nbsp;centered, and
<code>1</code>&nbsp;right-aligned in X&nbsp;direction.  Other numerical
values may also be specified. 
<br><dt><code>self-alignment-Y</code> (number)<dd>Like <code>self-alignment-X</code> but for
the Y&nbsp;axis. 
<br><dt><code>shorten-pair</code> (pair of numbers)<dd>The lengths to shorten a
text-spanner on both sides, for example a pedal bracket.  Positive
values shorten the text-spanner, while negative values lengthen it. 
<br><dt><code>shortest-duration-space</code> (dimension, in staff space)<dd>Start with this much
space for the shortest duration.  This is expressed in
<code>spacing-increment</code> as unit.  See also
<a name="index-spacing_002dspanner_002dinterface-3317"></a><a href="../lilypond-internals/spacing_002dspanner_002dinterface.html#spacing_002dspanner_002dinterface">spacing-spanner-interface</a>. 
<br><dt><code>shortest-playing-duration</code> (moment)<dd>The duration of the
shortest note playing here. 
<br><dt><code>shortest-starter-duration</code> (moment)<dd>The duration of the
shortest note that starts here. 
<br><dt><code>side-axis</code> (number)<dd>If the value is <code>#X</code> (or
equivalently&nbsp;<code>0</code>), the object is placed horizontally next
to the other object.  If the value is <code>#Y</code> or&nbsp;<code>1</code>, it
is placed vertically. 
<br><dt><code>side-relative-direction</code> (direction)<dd>Multiply direction of
<code>direction-source</code> with this to get the direction of this
object. 
<br><dt><code>size</code> (number)<dd>Size of object, relative to standard size. 
<br><dt><code>slope</code> (number)<dd>The slope of this object. 
<br><dt><code>slur-padding</code> (number)<dd>Extra distance between slur and script. 
<br><dt><code>space-alist</code> (list)<dd>A table that specifies distances between
prefatory items, like clef and time-signature.  The format is an alist
of spacing tuples: <code>(</code><var>break-align-symbol</var> <var>type</var><code>
. </code><var>distance</var><code>)</code>, where <var>type</var> can be the symbols
<code>minimum-space</code> or <code>extra-space</code>. 
<br><dt><code>space-to-barline</code> (boolean)<dd>If set, the distance between a note
and the following non-musical column will be measured to the bar line
instead of to the beginning of the non-musical column.  If there is a
clef change followed by a bar line, for example, this means that we will
try to space the non-musical column as though the clef is not there. 
<br><dt><code>spacing-increment</code> (number)<dd>Add this much space for a doubled
duration.  Typically, the width of a note head.  See also
<a name="index-spacing_002dspanner_002dinterface-3318"></a><a href="../lilypond-internals/spacing_002dspanner_002dinterface.html#spacing_002dspanner_002dinterface">spacing-spanner-interface</a>. 
<br><dt><code>springs-and-rods</code> (boolean)<dd>Dummy variable for triggering
spacing routines. 
<br><dt><code>stacking-dir</code> (direction)<dd>Stack objects in which direction? 
<br><dt><code>staff-padding</code> (dimension, in staff space)<dd>Maintain this much space between
reference points and the staff.  Its effect is to align objects of
differing sizes (like the dynamics <b>p</b> and <b>f</b>) on their
baselines. 
<br><dt><code>staff-position</code> (number)<dd>Vertical position, measured in half
staff spaces, counted from the middle line. 
<br><dt><code>staff-space</code> (dimension, in staff space)<dd>Amount of space between staff lines,
expressed in global <code>staff-space</code>. 
<br><dt><code>stem-attachment</code> (pair of numbers)<dd>An <code>(</code><var>x</var><code> . </code><var>y</var><code>)</code> pair
where the stem attaches to the notehead. 
<br><dt><code>stem-end-position</code> (number)<dd>Where does the stem end (the end is
opposite to the support-head)? 
<br><dt><code>stem-spacing-correction</code> (number)<dd>Optical correction amount for
stems that are placed in tight configurations.  For opposite
directions, this amount is the correction for two normal sized stems
that overlap completely. 
<br><dt><code>stemlet-length</code> (number)<dd>How long should a stem over a rest
be? 
<br><dt><code>stencil</code> (unknown)<dd>The symbol to print. 
<br><dt><code>stencils</code> (list)<dd>Multiple stencils, used as intermediate
value. 
<br><dt><code>strict-grace-spacing</code> (boolean)<dd>If set, grace notes
are not spaced separately, but put before musical columns. 
<br><dt><code>strict-note-spacing</code> (boolean)<dd>If set, unbroken columns
with non-musical material (clefs, bar lines, etc.) are not spaced
separately, but put before musical columns. 
<br><dt><code>stroke-style</code> (string)<dd>Set to <code>"grace"</code> to turn stroke
through flag on. 
<br><dt><code>style</code> (symbol)<dd>This setting determines in what style a grob is
typeset.  Valid choices depend on the <code>stencil</code> callback reading
this property. 
<br><dt><code>text</code> (markup)<dd>Text markup.  See <a name="index-Formatting-text-3319"></a><a href="../lilypond/Formatting-text.html#Formatting-text">Formatting text</a>. 
<br><dt><code>text-direction</code> (direction)<dd>This controls the ordering of the
words.  The default <code>RIGHT</code> is for roman text.  Arabic or Hebrew
should use <code>LEFT</code>. 
<br><dt><code>thick-thickness</code> (number)<dd>Bar line thickness, measured in
<code>line-thickness</code>. 
<br><dt><code>thickness</code> (number)<dd>Line thickness, generally measured in
<code>line-thickness</code>. 
<br><dt><code>thin-kern</code> (number)<dd>The space after a hair-line in a bar line. 
<br><dt><code>threshold</code> (pair of numbers)<dd><code>(</code><var>min</var><code> . </code><var>max</var><code>)</code>, where
<var>min</var> and <var>max</var> are dimensions in staff space. 
<br><dt><code>tie-configuration</code> (list)<dd>List of <code>(</code><var>position</var><code> . 
</code><var>dir</var><code>)</code> pairs, indicating the desired tie configuration, where
<var>position</var> is the offset from the center of the staff in staff
space and <var>dir</var> indicates the direction of the tie
(<code>1</code>=&gt;up, <code>-1</code>=&gt;down, <code>0</code>=&gt;center).  A non-pair entry
in the list causes the corresponding tie to be formatted
automatically. 
<br><dt><code>to-barline</code> (boolean)<dd>If true, the spanner will stop at the bar line
just before it would otherwise stop. 
<br><dt><code>transparent</code> (boolean)<dd>This makes the grob invisible. 
<br><dt><code>uniform-stretching</code> (boolean)<dd>If set, items stretch
proportionally to their durations.  This looks better in complex
polyphonic patterns. 
<br><dt><code>used</code> (boolean)<dd>If set, this spacing column is kept in the
spacing problem. 
<br><dt><code>vertical-skylines</code> (unknown)<dd>Two skylines, one above and
one below this grob. 
<br><dt><code>when</code> (moment)<dd>Global time step associated with this column
happen? 
<br><dt><code>width</code> (dimension, in staff space)<dd>The width of a grob measured in staff
space. 
<br><dt><code>word-space</code> (dimension, in staff space)<dd>Space to insert between words in
texts. 
<br><dt><code>zigzag-length</code> (dimension, in staff space)<dd>The length of the lines of a
zigzag, relative to <code>zigzag-width</code>.  A value of&nbsp;<code>1</code>
gives 60-degree zigzags. 
<br><dt><code>zigzag-width</code> (dimension, in staff space)<dd>The width of one zigzag squiggle. 
This number is adjusted slightly so that the glissando line can
be constructed from a whole number of squiggles. 
</dl>

   <!-- footer_tag --><br><hr>
<div class="node">
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Identifiers.html#Identifiers">Identifiers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="All-context-properties.html#All-context-properties">All context properties</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="Layout-properties.es.html">espaƱol</a>, <a href="Layout-properties.de.html">deutsch</a>.
 <BR>
 
</P>
</BODY></html>