]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
Documentation/topdocs/NEWS.tely: edit rotation example
[lilypond.git] / 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