Next: Text marks, Previous: Text scripts, Up: Writing text
Some performance indications, e.g., rallentando or accelerando, are written as text and are extended over multiple notes with dotted lines. Such objects, called ‘spanners’, may be created from one note to another using the following syntax:
\override TextSpanner #'bound-details #'left #'text = "rit." b1\startTextSpan e,\stopTextSpan
The string to be printed is set through
object properties. By default it is printed in italic characters,
but different formatting can be obtained using
\markup
blocks, as described in Formatting text.
\override TextSpanner #'bound-details #'left #'text = \markup { \upright "rit." } b1\startTextSpan c e,\stopTextSpan
The line style, as well as the text string, can be defined as an object property. This syntax is described in Line styles.
\textSpannerUp
,
\textSpannerDown
,
\textSpannerNeutral
Notation Reference: Line styles.
Snippets: Text.
Internals Reference: TextSpanner.
Diese Seite ist für LilyPond-2.11.58 (Entwicklungszweig).
Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.
Ihre Vorschläge für die Dokumentation sind willkommen.