09.09.2013 Views

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Appendix A: Templates 151<br />

%%%%% (This is the global definitions file)<br />

global= {<br />

\time 4/4<br />

\key c \major<br />

}<br />

Violinone = \new Voice { \relative c''{<br />

\set Staff.instrumentName = #"Violin 1 "<br />

c2 d e1<br />

\bar "|." }} %*********************************<br />

Violintwo = \new Voice { \relative c''{<br />

\set Staff.instrumentName = #"Violin 2 "<br />

g2 f e1<br />

\bar "|." }} %*********************************<br />

Viola = \new Voice { \relative c' {<br />

\set Staff.instrumentName = #"Viola "<br />

\clef alto<br />

e2 d c1<br />

\bar "|." }} %*********************************<br />

Cello = \new Voice { \relative c' {<br />

\set Staff.instrumentName = #"Cello "<br />

\clef bass<br />

c2 b a1<br />

\bar "|."}} %**********************************<br />

music = {<br />

}<br />

\tag #'score \tag #'vn2 \new Staff { > }<br />

\tag #'score \tag #'vla \new Staff { > }<br />

\tag #'score \tag #'vlc \new Staff { > }<br />

>><br />

}<br />

%%% These are the other files you need to save on your computer<br />

%%%%% score.ly<br />

%%%%% (This is the main file)<br />

%%% uncomment the line below when using a separate file<br />

%\include "piece.ly"<br />

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

\score {

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

Saved successfully!

Ooh no, something went wrong!