Next: Displaying figured bass, Previous: Introduction to figured bass, Up: Figured bass
\figuremode is used to switch the input mode to figure mode.
More information on different input modes can be
found at Input modes.
In figure mode, a group of bass figures is delimited by
< and >. The duration is entered after the >.
\new FiguredBass {
\figuremode {
<6 4>2
}
}
Accidentals (including naturals) can be added to figures:
\figures {
<7! 6+ 4-> <5++> <3-->
}
Augmented and diminished steps can be indicated:
\figures {
<6\+ 5/> <7/>
}
A backward slash through a figure (typically used for raised sixth steps) can be created:
\figures {
<6> <6\\>
}
Vertical spaces and brackets can be be included in figures:
\figures {
<[12 _!] 8 [6 4]>
}
Any text markup can be inserted as a figure:
\figures {
<\markup { \tiny \number 6 \super (1) } 5>
}
Continuation lines can be used to indicate repeated figures:
<<
{
\clef bass
e4 d c b,
e4 d c b,
}
\figures {
\bassFigureExtendersOn
<6 4>4 <6 3> <7 3> <7 3>
\bassFigureExtendersOff
<6 4>4 <6 3> <7 3> <7 3>
}
>>
In this case, the extender lines replace existing figures, unless the continuation lines have been explicitly terminated.
<<
\figures {
\bassFigureExtendersOn
<6 4>4 <6 4> <6\! 4\!> <6 4>
}
{
\clef bass
d4 d c c
}
>>
The table below summarizes the figure modifiers available.
| Modifier | Purpose |
Example
|
| +, -, ! | Accidentals |
|
| \+, / | Augmented and diminished steps |
|
| \\ | Raised sixth step |
|
| \! | End of continuation line |
|
\bassFigureExtendersOn,
\bassFigureExtendersOff.
Changing the positions of figured bass alterations
Accidentals and plus signs can appear before or after the numbers,
depending on the figuredBassAlterationDirection and
figuredBassPlusDirection properties.
\figures {
<6\+> <5+> <6 4-> r
\set figuredBassAlterationDirection = #RIGHT
<6\+> <5+> <6 4-> r
\set figuredBassPlusDirection = #RIGHT
<6\+> <5+> <6 4-> r
\set figuredBassAlterationDirection = #LEFT
<6\+> <5+> <6 4-> r
}
Snippets: Chords.
Internals Reference: BassFigure, BassFigureAlignment, BassFigureLine, BassFigureBracket, BassFigureContinuation, FiguredBass.
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.
Andere Sprachen: español.