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.

Editorial annotations 117<br />

Default direction of stems on the center line of the staff<br />

The default direction of stems on the center line of the staff is set by the Stem property neutraldirection.<br />

\relative c'' {<br />

a4 b c b<br />

\override Stem #'neutral-direction = #up<br />

a4 b c b<br />

\override Stem #'neutral-direction = #down<br />

a4 b c b<br />

}<br />

<br />

<br />

<br />

<br />

Drawing boxes around grobs<br />

The print-function can be overridden to draw a box around an arbitrary grob.<br />

\relative c'' {<br />

\override TextScript #'stencil =<br />

#(make-stencil-boxer 0.1 0.3 ly:text-interface::print)<br />

c'4^"foo"<br />

}<br />

\override Stem #'stencil =<br />

#(make-stencil-boxer 0.05 0.25 ly:stem::print)<br />

\override Score.RehearsalMark #'stencil =<br />

#(make-stencil-boxer 0.15 0.3 ly:text-interface::print)<br />

b8<br />

\revert Stem #'stencil<br />

c4. c4<br />

\mark "F"<br />

c1

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

Saved successfully!

Ooh no, something went wrong!