From: John Mandereau Date: Tue, 9 Sep 2008 11:04:13 +0000 (+0200) Subject: Add News item for Rune's new automatic accidentals rules X-Git-Tag: release/2.11.58-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b09ee1e802ebf1c80d8799a40aa2c95db51f16b8;p=lilypond.git Add News item for Rune's new automatic accidentals rules --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index a676c2d699..3b4ab8ea8e 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -65,6 +65,30 @@ which scares away people. @end ignore +@item Three automatic accidentals rules have been added: @code{neo-modern}, +@code{neo-modern-cautionary} and @code{dodecaphonic}. The following +example illustrates @code{neo-modern} rule. +@lilypond[] +notes = { + << + \relative c' { + cis'8 fis, d'4 8 f bis4 | + cis2. 4 | + } + \\ + \relative c' { + ais'2 cis, | + fis8 b a4 cis2 | + } + >> +} + +\new Staff { + #(set-accidental-style 'neo-modern) + \notes +} +@end lilypond + @item Flags can now be generated with Scheme-code using the @code{'flag} Stem grob property. Existing scores will work without change. @lilypond