]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
multi-measure-rest: space according to the full duration
[lilypond.git] / Documentation / changes.tely
index 1dd439dfb0b601b2d7f85e9830d3a8abd4885023..a90f386485790d53292a5795d06329ec870f68ea 100644 (file)
@@ -61,6 +61,19 @@ which scares away people.
 
 @end ignore
 
+@item
+Multi-measure rests have length according to their total duration,
+under the control of @code{MultiMeasureRest.space-increment}.
+@lilypond[quote]
+{ \compressFullBarRests
+  \override MultiMeasureRest.space-increment = 2.2
+  R1 R1 R1*2 R1*8 R1*24 R1*80 }
+@end lilypond
+
+@item
+Page numbers may now be printed in roman numerals, by setting the
+@code{page-number-type} paper variable.
+
 @item
 It is now possible to use @code{\time} and @code{\partial}
 together to change the time signature in mid measure.