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.

Repeats 98<br />

}<br />

6<br />

9<br />

% Put the coda sign ontop of the (treble-)clef dependend on coda's l<strong>in</strong>e-position<br />

% Coda NOT on new l<strong>in</strong>e, use this:<br />

% \once \override Score.RehearsalMark #'extra-offset = #'( -2 . 1.75 )<br />

% Coda on new l<strong>in</strong>e, use this:<br />

\once \override Score.RehearsalMark #'extra-offset = #'( -4.5 . 0 )<br />

\once \override Score.RehearsalMark #'font-size = #5<br />

\mark \markup { \musicglyph #"scripts.coda" }<br />

% The coda<br />

\repeat unfold 5 {<br />

c4 c c c<br />

}<br />

\bar"|."<br />

}<br />

<br />

<br />

<br />

<br />

<br />

D.S. al Coda<br />

<br />

<br />

<br />

<br />

<br />

<br />

Pr<strong>in</strong>t<strong>in</strong>g a repeat sign at the beg<strong>in</strong>n<strong>in</strong>g of a piece<br />

A |: bar l<strong>in</strong>e can be pr<strong>in</strong>ted at the beg<strong>in</strong>n<strong>in</strong>g of a piece, by overrid<strong>in</strong>g the relevant property:<br />

\relative c'' {<br />

\once \override Score.BreakAlignment #'break-align-orders =<br />

#(make-vector 3 '(<strong>in</strong>strument-name<br />

left-edge<br />

ambitus<br />

breath<strong>in</strong>g-sign<br />

clef<br />

key-signature<br />

time-signature<br />

staff-bar<br />

custos))<br />

\once \override Staff.TimeSignature #'space-alist =<br />

#'((first-note . (fixed-space . 2.0))

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

Saved successfully!

Ooh no, something went wrong!