]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): update NEWS entry.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 30 May 2006 16:26:43 +0000 (16:26 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 30 May 2006 16:26:43 +0000 (16:26 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
THANKS

index 94ea1a857b4bb970c44dd0b8c6e557dc17452cb3..6ff8c9280113422f118ae08481a08ee3c61393c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
+
        * scm/translation-functions.scm (format-bass-figure): translate
        digits over 10 to the left
 
index 4d356ec7ac8857a7a1be91917b9c5a48cd27422c..06df7437ca45901e13b5c5ba59ff42da5873a253 100644 (file)
@@ -66,6 +66,30 @@ which scares away people.
 
 @end ignore
 
+@item
+Figured bass can also be added to @code{Staff} contexts directly. In
+this case, their vertical  position is adjusted automatically.
+
+@lilypond[ragged-right,fragment]
+<<
+  \new Staff = someUniqueName
+  \relative c'' {
+    c4 c'8 r8 c,4 c'
+  }
+
+  %% send to existing Staff.
+  \context Staff = someUniqueName 
+  \figuremode {
+    <4>4 <6 10>8 s8
+    
+    \set Staff.useBassFigureExtenders = ##t
+    <4 6>4 <4 6>
+  }
+>>
+@end lilypond
+
+This feature was sponsored by Trent Johnston.
+
 @item
 Beams may be put on isolated stems, and beamlets may be paired by
 setting the @code{max-beam-connect} property,
diff --git a/THANKS b/THANKS
index 72aa057e83361136c4a727ea87bdac1ce8946ef3..a2b576dc8bab7861062b961d0ceaf715b77e1431 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -25,6 +25,7 @@ Andrew Sidwell
 Chris Sawer
 Jamie Bullock
 Steve Doonan
+Trent Johnston
 
 
 DOCUMENTATION HELPERS