From d29b0e9e546825ff4f52e274f2ed19aaec12ad7c Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Mon, 15 May 2006 10:31:06 +0000 Subject: [PATCH] Documentation/topdocs/NEWS.tely: niente and rotation news --- ChangeLog | 6 +++++- Documentation/topdocs/NEWS.tely | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e77cf7e79f..2e70acc09b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2006-05-15 Erlend Aasland + + * Documentation/topdocs/NEWS.tely: niente and rotation news + 2006-05-14 Erlend Aasland * lily/include/stencil.hh - * lily/stencil.cc (rotation): new function. Makes it possible + * lily/stencil.cc (rotate): new function. Makes it possible to rotate a stencil around a given offset. * lily/grob.cc (get_print_stencil): add rotation support diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 5e818224e0..5d21453fd0 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,29 @@ which scares away people. @end ignore +@item +Objects may be rotated using the @code{rotation} property. +@lilypond[ragged-right,fragment,relative=2] +{ + \override NoteHead #'rotation = #'(45 0 0) + c1^\markup { \rotate #180 "test" } +} +@end lilypond + +This feature was contributed by Erlend Aasland. + +@item +Hairpins now support circled tips (al niente notation). +@lilypond[ragged-right,fragment,relative=2] +{ + \override Hairpin #'circled-tip = ##t + c2\< c\! + c4\> c\< c2\! +} +@end lilypond + +This feature was contributed by Erlend Aasland. + @item The MusicXML convertor has been sped up, and has rudimentary support for percussion notation. It will also condense multi-bar rests to -- 2.39.2