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.

Vocal music 203<br />

\score {<br />

\new Staff \with { \remove "Time_signature_engraver" }<br />

{<br />

\key g \m<strong>in</strong>or<br />

\cadenzaOn<br />

\stemOff a'\breve bes'4 g'4<br />

\stemOn a'2 \bar "||"<br />

\stemOff a'\breve g'4 a'4<br />

\stemOn f'2 \bar "||"<br />

\stemOff a'\breve^\markup { \italic flexe }<br />

\stemOn g'2 \bar "||"<br />

}<br />

}<br />

<br />

<br />

flexe<br />

<br />

Forc<strong>in</strong>g hyphens to be shown<br />

If <strong>LilyPond</strong> does not th<strong>in</strong>k there is space for a hyphen, it will be omitted. The behaviour can<br />

be overridden with the m<strong>in</strong>imum-distance property of LyricHyphen.<br />

\relative c'' {<br />

c32 c c c<br />

c32 c c c<br />

c32 c c c<br />

c32 c c c<br />

}<br />

\addlyrics {<br />

syl -- lab word word<br />

\override LyricHyphen #'m<strong>in</strong>imum-distance = #1.0<br />

syl -- lab word word<br />

\override LyricHyphen #'m<strong>in</strong>imum-distance = #2.0<br />

syl -- lab word word<br />

\revert LyricHyphen #'m<strong>in</strong>imum-distance<br />

syl -- lab word word<br />

}<br />

<br />

<br />

syllab<br />

word word syl lab word word syl<br />

Formatt<strong>in</strong>g lyrics syllables<br />

lab word<br />

Markup mode may be used to format <strong>in</strong>dividual syllables <strong>in</strong> lyrics.<br />

<br />

<br />

word syllab<br />

word word<br />

mel = \relative c'' { c4 c c c }<br />

lyr = \lyricmode {<br />

Lyrics \markup { \italic can } \markup { \with-color #red conta<strong>in</strong> }<br />

\markup { \fontsize #8 \bold Markup! }<br />

}

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

Saved successfully!

Ooh no, something went wrong!