]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Issue 4127: allow mid-measure \time
[lilypond.git] / Documentation / changes.tely
index b714fe5d941628cfc9aa5017160e36627583c85b..1dd439dfb0b601b2d7f85e9830d3a8abd4885023 100644 (file)
@@ -61,6 +61,16 @@ which scares away people.
 
 @end ignore
 
+@item
+It is now possible to use @code{\time} and @code{\partial}
+together to change the time signature in mid measure.
+
+@lilypond[verbatim,quote,relative=1]
+\override Score.BarNumber.break-visibility = #end-of-line-invisible
+\partial 4 \time 3/4 f4 | 2 4 | 2 \bar "||"
+\time 9/8 \partial 4. f8 8 8 | 2. 8 8 8 |
+@end lilypond
+
 @item
 It is now possible to override the @code{text} property of
 chord names.