From: David Kastrup Date: Mon, 9 Sep 2013 19:56:18 +0000 (+0200) Subject: Add entry for accordion registers in Documentation/changes.tely X-Git-Tag: release/2.17.27-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04e84b5c3271caf8a774587e7f8fe79272467594;p=lilypond.git Add entry for accordion registers in Documentation/changes.tely --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index f2266666d0..905b2ea93b 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -61,6 +61,34 @@ which scares away people. @end ignore +@item +There is now extensive support for both discant and bass accordion +register symbols in the @samp{scm accreg} module, see +@ruser{Accordion Registers}. +@lilypond[verbatim,quote] +#(use-modules (scm accreg)) +\new PianoStaff +<< + \new Staff \relative + { \clef "treble" \discant "10" + r8 s32 f'[ bes f] s e[ a e] s d[ g d] s16 e32[ a] + \discant "121" + << { r16 r r } \\ + { d r a r bes r } >> | + 1 + } + \new Staff \relative + { \clef "treble" \freeBass "1" + r8 d'32 s16. c32 s16. bes32 s16. a32[ cis] s16 + \clef "bass" \stdBass "Master" + << { r16 ^"b" r ^"am" r ^"gm" | + 1^"a" } \\ + { d8_"D" c_"C" bes_"B" | a1_"A" } + >> + } +>> +@end lilypond + @item Decimal numbers can now be written directly in music, without a hash sign. Together with the previous change