]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Doc: typo in @documentencoding
[lilypond.git] / Documentation / changes.tely
index a90f386485790d53292a5795d06329ec870f68ea..136a55df4035df79bdb3200ecf0d57da5ef9c881 100644 (file)
@@ -29,7 +29,7 @@ See user manual, \NAME\
 @end macro
 
 
-@documentencoding utf-8
+@documentencoding UTF-8
 @documentlanguage en
 @afourpaper
 
@@ -66,8 +66,8 @@ 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 }
+  \override Staff.MultiMeasureRest.space-increment = 3.0
+  R1*2 R1*12 R1*64 }
 @end lilypond
 
 @item
@@ -517,6 +517,15 @@ examples where this makes for readable input:
 \new Staff { r16 c'16 ~ 8 ~ 4 ~ 2 | }
 @end lilypond
 
+@item
+@code{\displayLilyMusic} and its underlying Scheme functions no
+longer omit redundant note durations.  This makes it easier to
+reliably recognize and format standalone durations in expressions
+like
+@example
+@{ c4 d4 8 @}
+@end example
+
 @item
 Beaming exceptions can now be constructed using the
 @code{\beamExceptions} scheme function.  One can now write