From 8767945c4f36213914843e6d1f9adc813ae89bff Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Mon, 15 May 2006 13:14:18 +0000 Subject: [PATCH] Documentation/topdocs/NEWS.tely: edit rotation example --- Documentation/topdocs/NEWS.tely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index b17a0280d9..396738062b 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -68,10 +68,10 @@ which scares away people. @item Objects may be rotated using the @code{rotation} property. -@lilypond[ragged-right,fragment,relative=2] +@lilypond[ragged-right,fragment,relative=1] { - \override NoteHead #'rotation = #'(45 0 0) - c1^\markup { \rotate #180 "test" } + \override Hairpin #'rotation = #'(20 -1 0) + g4\<^\markup { \rotate #180 "test" } b d f'\! } @end lilypond -- 2.39.5