]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* Documentation/topdocs/NEWS.tely (Top): document new feature.
[lilypond.git] / Documentation / topdocs / NEWS.tely
index e540e5561587beb2ad48e8499d995f7df6e6aa66..27e3a70d9d93bc47c360bd12a2e63a3f46ff4639 100644 (file)
@@ -24,32 +24,72 @@ See user manual, \NAME\
 @documentencoding utf-8
 @documentlanguage en
 
+@ifnottex
 @node Top
 @top
+@end ifnottex
 @unnumbered New features in 2.5 since 2.4
 
 
 @itemize @bullet
 
+@item
+Staves may be stopped and started halfway a line, e.g.
+
+@lilypond[relative=2,fragment,verbatim]
+b4 b \stopStaff b \startStaff b
+@end lilypond
+
+@noindent
+This feature has been sponsored by Hans Forbrich.
+
+@item
+Grid lines, vertical lines synchronized with notes, can be drawn across
+staves, by adding suitable engravers.
+An example is in @inputfileref{input/regression,grid-lines.ly},
+
+@lilypondfile[]{grid-lines.ly}
+
+@item
+Lines, such as glissandi or Text-spanner lines, can have arrows at the
+end, e.g.
+
+@lilypond[verbatim,fragment]
+\override Glissando #'arrow = ##t
+b''2 \glissando b'
+@end lilypond
+
+@item
+Chord names may now be rendered in Italian and French.
+
 @item
 @file{lilypond-book} now makes @file{lilypond} print line numbers
 relative to the input file for every error message.
-  
-@item
-A new @code{\circle} markup command allows for all kinds of circled texts
-
-@lilypond[relative,relative=2,raggedright,fragment]
-c1            
-\set Score.markFormatter
-  = #(lambda (mark context)
-             (make-circle-markup (format-mark-numbers mark context)))
-\mark \default
-c2 d^\markup{\circle \finger "2"}
-\override Score.BarNumber #'break-visibility = #all-visible
-\override Score.BarNumber #'print-function
-  = #(make-stencil-circler 0.1 0.25 Text_interface::print)
-@end lilypond
 
+@item
+The command @code{\epsfile} allows inclusion of EPS graphics into
+markup texts.
+
+@item
+There is a music function @code{\musicDisplay}, which will display a
+music expression as indented Scheme code.
+
+@item
+Automatic beaming is now specified explicitly for each moment
+throughout a measure, which enables automatic beaming in compound
+measures, as demonstrated in the following item.
+
+@item
+A plus sign was added to the number font.  This enables printing of
+compound time signatures
+
+@lilypondfile[]{compound-time.ly}
+
+@item
+A new @code{\circle} markup command allows for all kinds of circled
+texts
+
+@lilypondfile[]{circle.ly}
 
 @item
 String numbers are now printed on chords as well
@@ -113,7 +153,7 @@ Point and click editing is now supported in the PS/PDF backend as
 well.
 See
 @ifhtml
-@uref{../../user/out-www/lilypond/Point-and-click.html,Point and click}
+@uref{../../user/out-www/lilypond/Point-and-click.html,Point and click}.
 @end ifhtml
 @ifnothtml
 the section Point and click in he user manual. 
@@ -185,11 +225,12 @@ using the @code{-f texstr} output backend. This provides exact metrics
 for texts, including kerning and accents.
 
 @item
-LilyPond now uses FreeType read the Feta font as an OpenType
-font. This is cleaner design and more robust.  A recent version of
-FontForge (11122004 or newer) and Freetype is required.
+LilyPond now uses FreeType read the Feta font as an OpenType font. This
+is a cleaner design and more robust.  Recent versions of FontForge (2004
+1211 or newer) and Freetype are required.  As a result,
 
-As a result, the SVG backend is now a fully functional backend.
+@item
+the SVG backend is now a fully functional backend.
 
 @item
 A new script, @code{\espressivo} has been added, for a combination of
@@ -256,8 +297,7 @@ Layout for titles, page header and footer can now be entered as
 
 @noindent
 This will set stem directions and put the cue notes in the @code{cue}
-@code{Voice}
-
+@code{Voice}.
 
 @item Stemlets, short stems over beamed rests, have been added.
 
@@ -268,7 +308,9 @@ c8[ r8 c16 r16 c8]
 
 @end itemize
 
-
+@ifhtml
 For older news, go to
 @uref{http://lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS.html}.
+@end ifhtml
 
+@bye