]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Tue, 16 Jul 2013 16:12:06 +0000 (18:12 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 21 Jul 2013 08:38:52 +0000 (10:38 +0200)
Documentation/snippets/accordion-registers.ly [new file with mode: 0644]
Documentation/snippets/keyboards.snippet-list
Documentation/snippets/specific-notation.snippet-list
Documentation/snippets/symbols-and-glyphs.snippet-list

diff --git a/Documentation/snippets/accordion-registers.ly b/Documentation/snippets/accordion-registers.ly
new file mode 100644 (file)
index 0000000..00df021
--- /dev/null
@@ -0,0 +1,40 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.23
+\version "2.17.23"
+
+\header {
+  lsrtags = "keyboards, specific-notation, symbols-and-glyphs"
+
+  texidoc = "Accordion register symbols are available as
+@code{\\markup} as well as as standalone music events (as register
+changes tend to occur between actual music events.  Bass registers are
+not overly standardized.  The available commands can be found in
+@ruser{Accordion Registers}."
+
+  doctitle = "Accordion register symbols"
+} % begin verbatim
+
+
+\layout { ragged-right = ##t }
+
+#(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]
+    << { 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" }
+     >>
+  }
+>>
index 415afb73bdc72a72a461d0a7f39e1cf4479a6570..f834227dfcdf7ba2a70aaf52ca4894a1b9b5471b 100644 (file)
@@ -1,4 +1,5 @@
 accordion-discant-symbols.ly
+accordion-registers.ly
 changing-the-text-for-sustain-markings.ly
 clusters.ly
 controlling-the-placement-of-chord-fingerings.ly
index 29d2685ee58c817895e031c9010f5aab40d63089..218c52f2b9094d5eb5fd35e5a6560f5abe561188 100644 (file)
@@ -1,4 +1,5 @@
 accordion-discant-symbols.ly
+accordion-registers.ly
 adding-bar-lines-to-chordnames-context.ly
 adding-drum-parts.ly
 adding-fingerings-to-tablatures.ly
index c10bd2fa9eac332be659a1b6dfae3dc8e85e849b..920987ba49c490db54ba9b7d20c992fda21accda 100644 (file)
@@ -1,4 +1,5 @@
 accordion-discant-symbols.ly
+accordion-registers.ly
 adding-indicators-to-staves-which-get-split-after-a-break.ly
 ancient-fonts.ly
 breathing-signs.ly