]> git.donarmstrong.com Git - lilypond.git/commitdiff
Documentation/topdocs/NEWS.tely: edit rotation example
authorErlend Aasland <erlenda@gmail.com>
Mon, 15 May 2006 13:14:18 +0000 (13:14 +0000)
committerErlend Aasland <erlenda@gmail.com>
Mon, 15 May 2006 13:14:18 +0000 (13:14 +0000)
Documentation/topdocs/NEWS.tely

index b17a0280d98b854c8d4581df3585b514f7cf7cc7..396738062b680c430a8bac86e4dd957a1bb3f900 100644 (file)
@@ -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