2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * Documentation/user/refman.itely (Text markup): add note about
+ raise/lower with ^ or _ .
+
* po/fi.po: fix \\apply strings.
* lily/parser.yy (open_event): warn for prefix articulations.
support). In this case, the direction signifies where to put the
victim object relative to the support (left or right, up or down?)
@end quotation
+
+@cindex padding
+@noindent
below this description, the variable @code{padding} is described as
@quotation
@table @code
c1^\markup { C \small \raise #1.0 \bold { "9/7+" }}
@end lilypond
The argument to @code{\raise} is the vertical displacement amount,
-measured in (global) staff spaces.
+measured in (global) staff spaces. @code{\raise} and @code{\super}
+raise objects in relation to their surrounding markups. They cannot be
+used to move a single text up or down, when it is above or below a
+note, since the mechanism that positions it next to the note cancels
+any vertical shift. For vertical positioning, use @code{padding}
+and/or @code{extra-offset} properties.
Other commands taking single arguments include
@table @code
@end lilypond
The markup mechanism is extensible. Refer to
-@file{scm/new-markup.scm} for more information on extending the markup
-mode.
+@file{scm/new-markup.scm} for more information.
Syntax errors for markup mode are confusing.
+
+
@node Global layout
@section Global layout
used to apply generic tweaks. We mention a couple of these:
@itemize @bullet
-@cindex @code{extra-offset}
@item The @code{extra-offset} property, which
+@cindex @code{extra-offset}
has a pair of numbers as value, moves around objects in the printout.
The first number controls left-right movement; a positive number will
move the object to the right. The second number controls up-down
@item
The @code{padding} property for objects with
+@cindex @code{padding}
@code{side-position-interface} can be set to increase distance between
symbols that are printed above or below notes. We only give an
example; a more elaborate explanation is in @ref{Constructing a