Accordion register symbols: Difference between revisions

m New category
mNo edit summary
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 'Discant symbols' in the Notation Reference.
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 [https://lilypond.org/doc/v2.24/Documentation/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:Included in the official documentation]]
[[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]]
[[Category:Snippet]]