27.03.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - 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.

Templates 524<br />

g2 f e1<br />

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

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

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

\clef alto<br />

e2 d c1<br />

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

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

\set Staff.<strong>in</strong>strumentName = #"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 ma<strong>in</strong> file)<br />

%%% uncomment the l<strong>in</strong>e below when us<strong>in</strong>g a separate file<br />

%\<strong>in</strong>clude "piece.ly"<br />

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

\score {<br />

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

\layout { }<br />

\midi { }<br />

}<br />

%{ Uncomment this block when us<strong>in</strong>g separate files<br />

%%%%% vn1.ly<br />

%%%%% (This is the Viol<strong>in</strong> 1 part file)<br />

\<strong>in</strong>clude "piece.ly"<br />

\score {<br />

\keepWithTag #'vn1 \music<br />

\layout { }

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

Saved successfully!

Ooh no, something went wrong!