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.

Contexts and engravers 293<br />

MyStaff = \context {<br />

\MyStaff<br />

\consists "Bar_engraver"<br />

\consists "Time_signature_engraver"<br />

}<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}<br />

MyStaff = \context {<br />

\MyStaff<br />

\consists "Accidental_engraver"<br />

\consists "Key_engraver"<br />

}<br />

\score {<br />

\topVoice<br />

\layout {<br />

\context { \MyStaff }<br />

\context { \MyVoice }<br />

}<br />

}

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

Saved successfully!

Ooh no, something went wrong!