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.

Fretted strings 218<br />

These fretboards are not transposable because they contain string information. This is<br />

planned to be corrected in the future.<br />

% add FretBoards for the Cuatro<br />

% Note: This section could be put into a separate file<br />

% predefined-cuatro-fretboards.ly<br />

% and \included into each of your compositions<br />

cuatroTuning = #'(11 18 14 9)<br />

dSix = { }<br />

dMajor = { }<br />

aMajSeven = { }<br />

dMajSeven = { }<br />

gMajor = { }<br />

\storePredefinedDiagram \dSix<br />

#cuatroTuning<br />

#"o;o;o;o;"<br />

\storePredefinedDiagram \dMajor<br />

#cuatroTuning<br />

#"o;o;o;3-3;"<br />

\storePredefinedDiagram \aMajSeven<br />

#cuatroTuning<br />

#"o;2-2;1-1;2-3;"<br />

\storePredefinedDiagram \dMajSeven<br />

#cuatroTuning<br />

#"o;o;o;1-1;"<br />

\storePredefinedDiagram \gMajor<br />

#cuatroTuning<br />

#"2-2;o;1-1;o;"<br />

% end of potential include file /predefined-cuatro-fretboards.ly<br />

#(set-global-staff-size 16)<br />

primerosNames = \chordmode {<br />

d:6 d a:maj7 d:maj7<br />

g<br />

}<br />

primeros = {<br />

\dSix \dMajor \aMajSeven \dMajSeven<br />

\gMajor<br />

}<br />

\score {<br />

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

Saved successfully!

Ooh no, something went wrong!