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.

Pitches 8<br />

}<br />

}<br />

<br />

<br />

<br />

<br />

(make-event-chord<br />

(list<br />

(make-music 'NoteEvent<br />

'duration (ly:make-duration 2 0 1 1)<br />

'pitch (ly:make-pitch<br />

(quotient idx 7)<br />

(rema<strong>in</strong>der idx 7)<br />

0))))))<br />

(make-list 24))))<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

Hid<strong>in</strong>g accidentals on tied notes at the start of a new system<br />

This shows how to hide accidentals on tied notes at the start of a new system.<br />

\relative c'' {<br />

\override Accidental #'hide-tied-accidental-after-break = ##t<br />

cis1~ cis~<br />

\break<br />

cis<br />

}<br />

3<br />

<br />

<br />

<br />

<br />

Keep change clefs full sized<br />

When a clef is changed, the clef sign displayed is smaller than the <strong>in</strong>itial clef. This can be<br />

overridden with full-size-change.<br />

\relative c' {<br />

\clef "treble"<br />

c1<br />

\clef "bass"<br />

c1<br />

\clef "treble"<br />

c1<br />

\override Staff.Clef #'full-size-change = ##t<br />

\clef "bass"<br />

c1<br />

\clef "treble"<br />

c1<br />

\revert Staff.Clef #'full-size-change<br />

\clef "bass"

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

Saved successfully!

Ooh no, something went wrong!