]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add NEWS entry for arpeggio.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 May 2008 21:54:54 +0000 (18:54 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 May 2008 21:54:54 +0000 (18:54 -0300)
Documentation/topdocs/NEWS.tely

index c03e68de01e5716f705f7a7a9426d5e64a6fc8c5..1d04699985e3522917ae646150f1378854e911f3 100644 (file)
@@ -65,6 +65,17 @@ which scares away people.
 
 @end ignore
 
+@item
+Arpeggios may now use ``parenthesis'' style brackets:
+
+@lilypond[relative,ragged-right]
+  \override Arpeggio #'stencil = #ly:arpeggio::brew-chord-slur
+
+  % Note: does not work for cross staff arpeggios.
+  \override Arpeggio #'X-extent = #ly:grob::stencil-width
+  <c g' c>2\arpeggio ~ c
+@end lilypond
+
 @item
 Enclosing text within boxes with rounded corners is now possible,
 using the @code{rounded-box} command.