27.03.2013 Views

LilyPond Snippets

LilyPond Snippets

LilyPond Snippets

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Keyboards 178<br />

Keyboards<br />

These snippets illustrate Section “Keyboard and other multi-staff instruments” in Notation<br />

Reference.<br />

Accordion-discant symbols<br />

Accordion discant-specific symbols are added using \markup. The vertical placement of the<br />

symbols can be tweaked by changing the \raise arguments.<br />

discant = \markup {<br />

\musicglyph #"accordion.accDiscant"<br />

}<br />

dot = \markup {<br />

\musicglyph #"accordion.accDot"<br />

}<br />

\layout { ragged-right = ##t }<br />

% 16 voets register<br />

accBasson = ^\markup {<br />

\combine<br />

\discant<br />

\raise #0.5 \dot<br />

}<br />

% een korig 8 en 16 voets register<br />

accBandon = ^\markup {<br />

\combine<br />

\discant<br />

\combine<br />

\raise #0.5 \dot<br />

\raise #1.5 \dot<br />

}<br />

accVCello = ^\markup {<br />

\combine<br />

\discant<br />

\combine<br />

\raise #0.5 \dot<br />

\combine<br />

\raise #1.5 \dot<br />

\translate #'(1 . 0) \raise #1.5 \dot<br />

}<br />

% 4-8-16 voets register<br />

accHarmon = ^\markup {<br />

\combine<br />

\discant<br />

\combine<br />

\raise #0.5 \dot<br />

\combine<br />

\raise #1.5 \dot

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!