From 04e84b5c3271caf8a774587e7f8fe79272467594 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 9 Sep 2013 21:56:18 +0200 Subject: [PATCH] Add entry for accordion registers in Documentation/changes.tely --- Documentation/changes.tely | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- 2.39.2