]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Figured bass): revised figured
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Mar 2003 00:50:34 +0000 (00:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Mar 2003 00:50:34 +0000 (00:50 +0000)
bass example.

ChangeLog
Documentation/user/refman.itely

index b0c57d4c1bf2fd02cb62a2018c835314bbeb799a..310d3b4774eb36d1b24caac676f972de1402815d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Figured bass): revised figured
+       bass example.
+
 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * stepmake/stepmake/omf-targets.make (local-install): add
index 131a0b2d4f9f277eef7a35964c8a2a71aca6671d..da24f8c683efe37be3176312df47be4304d7d4c6 100644 (file)
@@ -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