]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add entry for accordion registers in Documentation/changes.tely
authorDavid Kastrup <dak@gnu.org>
Mon, 9 Sep 2013 19:56:18 +0000 (21:56 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 18 Sep 2013 09:32:04 +0000 (11:32 +0200)
Documentation/changes.tely

index f2266666d0c793686afba12d6aec076e92a71fb4..905b2ea93bfe00cce154f96ee4a8878641ca5897 100644 (file)
@@ -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 <f bes> r <e a> r <d g> } \\
+       { d r a r bes r } >> |
+    <cis e a>1
+  }
+  \new Staff \relative
+  { \clef "treble"  \freeBass "1"
+    r8 d'32 s16. c32 s16. bes32 s16. a32[ cis] s16
+    \clef "bass"  \stdBass "Master"
+    << { r16 <f, bes d>^"b" r <e a c>^"am" r <d g bes>^"gm" |
+         <e a cis>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