From: hanwen Date: Mon, 17 Mar 2003 00:50:34 +0000 (+0000) Subject: (Figured bass): revised figured X-Git-Tag: release/1.7.25~381 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3182f42190d0922ac4d0f81e736ae098c6bbce7;p=lilypond.git (Figured bass): revised figured bass example. --- 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