29.11.2012 Views

mpdolce - LilyPond

mpdolce - LilyPond

mpdolce - LilyPond

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.

Chapter 3: Fundamental concepts 71<br />

}<br />

\midi { }<br />

This looks a bit messy; the indentation is messed up now. That is easily fixed. Here’s the<br />

complete soprano and cello template.<br />

\version "2.12.3"<br />

sopranoMusic = \relative c' {<br />

\clef treble<br />

\key c \major<br />

\time 4/4<br />

a4 b c d<br />

}<br />

sopranoLyrics = \lyricmode {<br />

Aaa Bee Cee Dee<br />

}<br />

celloMusic = \relative c {<br />

\clef bass<br />

\key c \major<br />

\time 4/4<br />

d4 g fis8 e d4<br />

}<br />

\score {<br />

<br />

\new Staff \celloMusic<br />

>><br />

\layout { }<br />

\midi { }<br />

}<br />

�<br />

�<br />

See also<br />

�<br />

�<br />

Aaa<br />

Bee<br />

�<br />

� � �<br />

�<br />

Cee<br />

��<br />

�<br />

Dee<br />

� �<br />

The starting templates can be found in the ‘Templates’ appendix, see Section A.1 [Single<br />

staff], page 141.

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

Saved successfully!

Ooh no, something went wrong!