10.04.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Contexts and engravers 379<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}<br />

MyStaff = \context {<br />

\MyStaff<br />

\consists "Clef_engraver"<br />

\remove "Pitch_squash_engraver"<br />

}<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}<br />

MyVoice = \context {<br />

\MyVoice<br />

\consists "Stem_engraver"<br />

}<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}<br />

MyVoice = \context {<br />

\MyVoice<br />

\consists "Beam_engraver"<br />

}<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}<br />

MyVoice = \context {<br />

\MyVoice<br />

\consists "Phras<strong>in</strong>g_slur_engraver"

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

Saved successfully!

Ooh no, something went wrong!