09.09.2013 Views

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Hoofdstuk 4: Tweaking output 96<br />

}<br />

{<br />

r4 bes8<br />

% Increase thickness of immediately following slur only<br />

\once \override Slur.thickness = #5.0<br />

bes[( g]) g |<br />

% Increase thickness of immediately following slur only<br />

\once \override Slur.thickness = #5.0<br />

g8[( es]) es d[( f]) as |<br />

as8 g<br />

}<br />

\addlyrics {<br />

The man who | feels love's sweet e -- | mo -- tion<br />

}<br />

8<br />

6<br />

<br />

<br />

<br />

<br />

sweet<br />

The<br />

love's e<br />

<br />

man who feels<br />

<br />

<br />

motion<br />

or we could omit the \once command and use the \revert command to return the thickness<br />

property to its default value after the second slur:<br />

{<br />

}<br />

\key es \major<br />

\time 6/8<br />

{<br />

r4 bes8<br />

% Increase thickness of all following slurs from 1.2 to 5.0<br />

\override Slur.thickness = #5.0<br />

bes[( g]) g |<br />

g8[( es]) es<br />

% Revert thickness of all following slurs to default of 1.2<br />

\revert Slur.thickness<br />

d8[( f]) as |<br />

as8 g<br />

}<br />

\addlyrics {<br />

The man who | feels love's sweet e -- | mo -- tion<br />

}<br />

8<br />

6<br />

<br />

<br />

<br />

<br />

sweet<br />

The<br />

love's e<br />

<br />

man who feels<br />

<br />

<br />

motion<br />

The \revert command can be used to return any property changed with \override back to<br />

its default value. You may use whichever method best suits what you want to do.<br />

That concludes our introduction to the IR, and the basic method of tweaking. Several examples<br />

follow in the later sections of this Chapter, partly to introduce you to some of the additional<br />

features of the IR, and partly to give you more practice in extracting information from it. These<br />

examples will contain progressively fewer words of guidance and explanation.

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

Saved successfully!

Ooh no, something went wrong!