]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
Add a proper autoconf check for Boost lambda.hpp.
[lilypond.git] / Documentation / topdocs / NEWS.tely
index d6511260188948a1e1875ae1d78ea94c63872659..649635328ec69295f8d4e66ea4906c72920febd4 100644 (file)
@@ -65,6 +65,24 @@ which scares away people.
 
 @end ignore
 
+@item
+It is now possible to specify, using the @code{page-count} variable in
+the paper block, the number of pages that will be used.
+
+@item
+A new page breaking function, @code{ly:minimal-breaking}, is dedicated
+to books with many pages or a lot of texts.
+
+@item
+A table of contents is included using @code{\markuplines \table-of-contents}.
+Elements are added to it using the @code{\tocItem} command.
+
+@item
+Text spreading over several pages is entered using the
+@code{\markuplines} keyword. Builtin markup list commands, such as
+@code{\justified-lines} or @code{\wordwrap-lines} may be used, and new
+ones created using the @code{define-markup-list-command} Scheme macro.
+
 @item
 Particular points of a book may be marked with the @code{\label}
 command. Then, the page where these points are placed can be refered to
@@ -97,9 +115,10 @@ reverted as well.  The syntax for this is
 @end example
 
 @item
-All line spanners are more flexible now in the configuration of their
-end points.  This includes glissando, voice followers, text crescendos
-and other text spanners.
+All line spanners are more flexible now in the configuration of
+their end points.  This includes glissando, voice followers, text
+crescendos and other text spanners.  The old syntax for setting
+text on line spanners is no longer valid.
 
 @c  with ragged-right we can't see the gliss.
 @lilypond[]
@@ -144,7 +163,7 @@ page.
 fractions. This allows some forms of microtonal music.  For example,
 Turkish makam music uses 1/9th tone alterations.
 
-@lilypondfile{makam.ly}
+@lilypondfile{pitches/makam.ly}