]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* VERSION (PATCH_LEVEL): bump version.
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 59d1150e569218943e16c47146581470c3f4ad84..a6679e5284724842b6cd063ce834e99d29ded152 100644 (file)
@@ -65,13 +65,35 @@ which scares away people.
 * only show user-visible changes. 
 
 @end ignore
+@item
+Nested tuplets can have different formatting for each nesting level,
+
+@lilypond[ragged-right]
+\new Staff {
+  \time 5/4
+  \tweak #'text #tuplet-bracket::calc-fraction-text
+  \times 5/3 {
+     \tweak #'tupletNumberFormatFunction #denominator-tuplet-formatter
+     \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
+
 @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 differently.
+section, and hence the 16ths notes are spaced wider.
 
 @lilypond[relative,fragment]
   \time 2/4
@@ -198,10 +220,13 @@ 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