]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 Feb 2005 15:53:38 +0000 (15:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 Feb 2005 15:53:38 +0000 (15:53 +0000)
Documentation/topdocs/NEWS.tely
flower/memory-stream.cc

index f8fb58bb87b97756223b7726a0c6ffc5af062849..7e63d7a602983f60f65c33a9327bd2889be37c32 100644 (file)
@@ -1,8 +1,16 @@
 \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
 @end ifhtml
 
 @end macro
 @end ifnothtml
 
-@setfilename NEWS.info
-@settitle NEWS
-
-@node Top, , , 
-@top
-@unnumbered New features in 2.5 since 2.4
-
 @itemize @bullet
 
 @item
@@ -129,7 +130,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 +155,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
 
 
index 8ba06441d32116a701a7d0ad0a68205c8222f1cf..845a19885b34655589eb907bf8540402784fbf49 100644 (file)
@@ -10,7 +10,6 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <libio.h>
 #include "memory-stream.hh"