From 41568175d3979ffde26a5519ee78c53be2c94d84 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Thu, 1 May 2008 18:54:54 -0300
Subject: [PATCH] Add NEWS entry for arpeggio.

---
 Documentation/topdocs/NEWS.tely | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely
index c03e68de01..1d04699985 100644
--- a/Documentation/topdocs/NEWS.tely
+++ b/Documentation/topdocs/NEWS.tely
@@ -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.
-- 
2.39.5