Accordion register symbols: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Accordion register symbols are available as <code>\markup</code> 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 | Accordion register symbols are available as <code>\markup</code> 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 [{{LILYSTABLEDOC}}/notation/accordion#discant-symbols ‘Discant symbols’ in the Notation Reference]. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(use-modules (lily accreg)) | #(use-modules (lily accreg)) | ||
\new PianoStaff | \new PianoStaff << | ||
<< | |||
\new Staff \relative { | \new Staff \relative { | ||
\clef treble | \clef treble | ||
| Line 33: | Line 32: | ||
</lilypond> | </lilypond> | ||
[[Category:Keyboards]] | [[Category:Keyboards]] | ||
[[Category:Specific notation]] | [[Category:Specific notation]] | ||
[[Category:Symbols and glyphs]] | [[Category:Symbols and glyphs]] | ||
[[Category:Included in the official documentation]] | |||
[[Category:Snippet]] | |||