]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 4d356ec7ac8857a7a1be91917b9c5a48cd27422c..8a3ee81466cffbfb6eb54c8202157dbf7f668abe 100644 (file)
@@ -66,6 +66,37 @@ which scares away people.
 
 @end ignore
 
+@item
+A new, automated testing technique has been added. It will detect
+changes in the formatting automatically, which will make it easier to
+spot regression errors in the future.
+
+View @uref{../../test-results.html,test results}.
+
+@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,