From: Han-Wen Nienhuys Date: Tue, 22 Feb 2005 15:53:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~98 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=d773555bd495c5b4bb7d4a1a3b47cf2089c2b406;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index f8fb58bb87..7e63d7a602 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 @@ -12,13 +20,6 @@ @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 diff --git a/flower/memory-stream.cc b/flower/memory-stream.cc index 8ba06441d3..845a19885b 100644 --- a/flower/memory-stream.cc +++ b/flower/memory-stream.cc @@ -10,7 +10,6 @@ #include #include #include -#include #include "memory-stream.hh"