27.03.2013 Views

LilyPond Snippets

LilyPond Snippets

LilyPond Snippets

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Unfretted strings 249<br />

%{ Uncomment this block when using separate files<br />

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

%%%%% (This is the Violin 1 part file)<br />

\include "piece.ly"<br />

\score {<br />

\keepWithTag #'vn1 \music<br />

\layout { }<br />

}<br />

%%%%% vn2.ly<br />

%%%%% (This is the Violin 2 part file)<br />

\include "piece.ly"<br />

\score {<br />

\keepWithTag #'vn2 \music<br />

\layout { }<br />

}<br />

%%%%% vla.ly<br />

%%%%% (This is the Viola part file)<br />

\include "piece.ly"<br />

\score {<br />

\keepWithTag #'vla \music<br />

\layout { }<br />

}<br />

%%%%% vlc.ly<br />

%%%%% (This is the Cello part file)<br />

\include "piece.ly"<br />

\score {<br />

\keepWithTag #'vlc \music<br />

\layout { }<br />

}<br />

%}

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

Saved successfully!

Ooh no, something went wrong!