From: Han-Wen Nienhuys Date: Thu, 1 May 2008 21:54:54 +0000 (-0300) Subject: Add NEWS entry for arpeggio. X-Git-Tag: release/2.11.46-1~28^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41568175d3979ffde26a5519ee78c53be2c94d84;p=lilypond.git Add NEWS entry for arpeggio. --- 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 + 2\arpeggio ~ c +@end lilypond + @item Enclosing text within boxes with rounded corners is now possible, using the @code{rounded-box} command.