From cb1272df84bd941f0c1e40c8a7a650b755a9f5a8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 17 Mar 2003 00:50:34 +0000 Subject: [PATCH] (Figured bass): revised figured bass example. --- ChangeLog | 5 +++++ Documentation/user/refman.itely | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0c57d4c1b..310d3b4774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-17 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Figured bass): revised figured + bass example. + 2003-03-16 Han-Wen Nienhuys * stepmake/stepmake/omf-targets.make (local-install): add diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 131a0b2d4f..da24f8c683 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -4474,13 +4474,13 @@ LilyPond has limited support for figured bass: @lilypond[verbatim,fragment] < + \context Voice \notes { \clef bass dis4 c d ais} \context FiguredBass \figures { - <_! 3+ 5- >4 - < [4 6] 8 > + < 6 >4 < 7 >8 < 6+ [_!] > + < 6 >4 <6 5 [3+] > } - \context Voice { c4 g8 } -> + > @end lilypond The support for figured bass consists of two parts: there is an input @@ -4526,6 +4526,9 @@ numbers, and then prints the numbers you entered. There is no conversion to pitches, and no realizations of the bass are played in the MIDI file. +Internally, the code produces markup texts internally. You can use any +of the markup text properties to override formatting. For example, the +vertical spacing of the figures may be set with @code{baseline-skip}. @c . {Contemporary notation} @node Contemporary notation -- 2.39.5