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.

Unfretted strings 248<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 />

%\include "piece.ly" %%% uncomment this line when using a separate file<br />

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

\score {<br />

\new StaffGroup \keepWithTag #'score \music<br />

\layout { }<br />

\midi { }<br />

}

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

Saved successfully!

Ooh no, something went wrong!