]> 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 45d3c18e35b1353ae42c145bb4d7f2b4d8195db7..8a3ee81466cffbfb6eb54c8202157dbf7f668abe 100644 (file)
@@ -65,56 +65,6 @@ which scares away people.
 * only show user-visible changes. 
 
 @end ignore
-@item
-@code{lilypond-book} now includes support for PDF@TeX{}.
-
-This feature was sponsored by David Roundy. 
-
-@item
-Nested tuplets can have different formatting for each nesting level,
-
-@lilypond[ragged-right]
-\new Staff {
-  \time 5/4
-  \tweak #'text #tuplet-number::calc-fraction-text
-  \times 5/3 {
-     \tweak #'text  #tuplet-number::calc-denominator-text
-     \times 2/3 {
-        c'8[ c'8 c'8]
-     }
-     \times 2/3 {
-        c'8[ c'8 c'8]
-     }
-     \times 2/3 {
-        c'8[ c'8 c'8]
-     }
-  }
-}
-@end lilypond
-
-This feature was sponsored by Trevor Bača.
-
-
-@item
-New sections with different spacing parameters can be started with
-@code{newSpacingSection}.  This is useful when there are  
-sections with a different notions of long and short notes.
-
-In the following example, the time signature change introduces a new
-section, and hence the 16ths notes are spaced wider.
-
-@lilypond[relative,fragment]
-  \time 2/4
-  c4 c8 c 
-  c8 c c4 c16[ c c8] c4
-
-  \newSpacingSection
-  \time 4/16
-  c16[ c  c8]
-@end lilypond
-
-This feature was sponsored by Trevor Bača, Michael Meixner and Vivian
-Barty-Taylor.
 
 @item
 A new, automated testing technique has been added. It will detect
@@ -125,7 +75,7 @@ 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.
+this case, their vertical  position is adjusted automatically.
 
 @lilypond[ragged-right,fragment]
 <<
@@ -228,13 +178,10 @@ support for feathered beaming,
   \override Beam #'grow-direction = #LEFT
   c16[
     c c c
-    c c c ]
+    c c c ]
 }
 @end lilypond 
 
-Known bug: the \featherDuration command only works with very short music
-snippets.
-
 This feature was sponsored by Jamie Bullock.
 
 @item