]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
*** empty log message ***
[lilypond.git] / Documentation / topdocs / NEWS.tely
index f8fb58bb87b97756223b7726a0c6ffc5af062849..694cfc1ba083875b93948c8ee19c3c4ae17d6409 100644 (file)
@@ -1,8 +1,19 @@
 \input texinfo @c -*-texinfo-*-
+@setfilename NEWS.info
+@settitle NEWS
+
+
+
+@node Top, , , 
+@top
+@unnumbered New features in 2.5 since 2.4
 
 @ifhtml
 @macro inputfileref{DIR,NAME}
-@uref{../../../../\DIR\/out-www/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
+@uref{../../../\DIR\/out-www/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
+@end macro
+@macro usermanref{NAME}
+@inforef{\NAME\,,../../user/out-www/lilypond/lilypond}@c
 @end macro
 @end ifhtml
 
 @macro inputfileref{DIR,NAME}
 @file{\DIR\/\NAME\}@c
 @end macro
+@macro usermanref{NAME}
+See user manual, \NAME\
+@end macro
 @end ifnothtml
 
-@setfilename NEWS.info
-@settitle NEWS
 
-@node Top, , , 
-@top
-@unnumbered New features in 2.5 since 2.4
 
 @itemize @bullet
 
+@item
+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}
+@end ifhtml
+@ifnothtml
+the section Point and click in he user manual. 
+@end ifnothtml
+
+
 @item
 With the new @code{tieWaitForNote} property, arpeggios may be written
 out using ties, for example,
@@ -129,7 +150,12 @@ achieved by setting @code{breakbefore} in the @code{\header} block to
 true or false.
 
 @item
-Shaped note heads. This feature has been sponsored by Jonathan Walther.
+Shaped note heads. This feature has been sponsored by Jonathan Walther,
+
+@lilypond[relative=1,fragment,verbatim,raggedright]
+  \set shapeNoteStyles = ##(do re mi fa #f la ti)
+  c d e f g a b c d e f g a b c
+@end lilypond
 
 @item
 Layout for titles, page header and footer can now be entered as
@@ -149,8 +175,14 @@ Layout for titles, page header and footer can now be entered as
 This will set stem directions and put the cue notes in the @code{cue}
 @code{Voice}
 
+
 @item Stemlets, short stems over beamed rests, have been added.
 
+@lilypond[relative=1,verbatim,fragment,raggedright]
+\override Stem #'stemlet-length = #0.75
+c8[ r8 c16 r16 c8]
+@end lilypond
+
 @end itemize