]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
release commit
[lilypond.git] / Documentation / topdocs / NEWS.texi
index 81db48e9556b219bc106bad604070bc182df0a02..155fce522c827457ee8b9c6940b1885254b74b1e 100644 (file)
@@ -18,10 +18,28 @@ Version 2.1.13
 
 @itemize @bullet
 
+@item  Translators and contexts have been split. The result of this
+internal cleanup is that @code{Score} no longer is the top context;
+@code{Score} is contained in the @code{Global} context. Consequently,
+it is possible to tweak @code{Score} as follows:
+
+@example
+  \context Score \with @{
+    @dots{}
+  @}
+@end example
+
+@item The number of staff lines  in Tablature notation is now
+automatically deduced from the @code{stringTunings} property.
+
+@item The program reference has been cleaned up and revised.
+
 @item The syntax for setting properties has been simplified:
 the following table lists the differences:
 
 @example
+      (old)                           (new)
+
 \property A.B = #C                \set A.B = #C
 \property A.B \unset              \unset A.B
 \property A.B \set #C = #D        \override A.B #C = #D 
@@ -56,7 +74,7 @@ hide tweaks at higher context levels.
 @item The lilypond-book script has been rewritten.
 It is shorter, cleaner and faster.  The special construct
 @code{mbinclude} has been removed, plain @code{@@include} or
-@code{\\input} can be used now.
+@code{\input} can be used now.
 
 @ignore
 It now supports
@@ -170,8 +188,8 @@ setting staff sizes. Both are demonstrated in this fragment:
 
 
 @noindent
-Both have  the same effect on the global layout  of a
-piece. Similarly, the paper size may be changed as follows
+Both have the same effect on the global layout of a piece. Similarly,
+the paper size may be changed as follows
 
 @example
   #(set-paper-size "a4")