27.03.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Fretted str<strong>in</strong>gs 308<br />

jazzChords = { }<br />

%%%%%%%%%%%% Keys'n'thangs %%%%%%%%%%%%%%%%%<br />

global = { \time 4/4 }<br />

Key = { \key c \major }<br />

% ############ Horns ############<br />

% ------ Trumpet -----trpt<br />

= \transpose c d \relative c'' {<br />

\Key<br />

c1 | c | c |<br />

}<br />

trpHarmony = \transpose c' d {<br />

\jazzChords<br />

}<br />

trumpet = {<br />

\global<br />

\set Staff.<strong>in</strong>strumentName = #"Trumpet"<br />

\clef treble<br />

><br />

}<br />

% ------ Alto Saxophone -----alto<br />

= \transpose c a \relative c' {<br />

\Key<br />

c1 | c | c |<br />

}<br />

altoHarmony = \transpose c' a {<br />

\jazzChords<br />

}<br />

altoSax = {<br />

\global<br />

\set Staff.<strong>in</strong>strumentName = #"Alto Sax"<br />

\clef treble<br />

><br />

}<br />

% ------ Baritone Saxophone -----bari<br />

= \transpose c a' \relative c {<br />

\Key<br />

c1<br />

c1<br />

\sl<br />

d4^"Solo" d d d<br />

\nsl

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

Saved successfully!

Ooh no, something went wrong!