]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Translation build: no more capital-letter html files for web.
[lilypond.git] / Documentation / changes.tely
index 1e1e6d413f997bd2e21680c574c2dba802728a99..ca961e24f83579c17d783a262225ecb03df14059 100644 (file)
@@ -38,7 +38,7 @@ See user manual, \NAME\
 
 @ifhtml
 This document is also available in @uref{changes.pdf,PDF}. It is part of
-the @uref{lilypond/Manuals.html,LilyPond Documentation}.
+the @uref{lilypond/manuals.html,LilyPond Documentation}.
 @end ifhtml
 
 
@@ -63,6 +63,19 @@ which scares away people.
 
 @end ignore
 
+@item
+The Unicode Bidirectional Algorithm is now fully supported for
+single-line markup due to enhanced integration with Pango.
+
+@item
+LilyPond is now licensed under the GNU GPL v3+.
+
+@item
+Chords can be repeated using the @code{q} shortcut:
+
+@lilypond[verbatim,quote,relative=2]
+<c e g>8.-^ q16 q4-^
+@end lilypond
 
 @item
 Paper margin defaults, as specified in @file{ly/@/paper@/-defaults@/-init@/.ly}, apply
@@ -81,8 +94,7 @@ added.
 @item
 In addition to the existing @code{\hspace} markup command,
 a new @code{\vspace} command has been added to provide an easy
-and flexible way to add vertical space in markups.  This feature
-is based on Nicolas Sceaux's work.
+and flexible way to add vertical space in markups.
 
 @item
 The direction of manual beams can be set with @code{^[} and @code{_[}.