10.04.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

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.

Rhythms 44<br />

}<br />

(tuplet-number::non-default-tuplet-fraction-text 12 7) "8")<br />

\times 2/3 { c4. c4. c4. c4. }<br />

\once \override TupletNumber #'text =<br />

#(tuplet-number::append-note-wrapper<br />

tuplet-number::calc-denom<strong>in</strong>ator-text "4")<br />

\times 2/3 { c8 c8 c8 c8 c8 c8 }<br />

\once \override TupletNumber #'text =<br />

#(tuplet-number::append-note-wrapper<br />

tuplet-number::calc-fraction-text "4")<br />

\times 2/3 { c8 c8 c8 c8 c8 c8 }<br />

\once \override TupletNumber #'text =<br />

#(tuplet-number::fraction-with-notes "4." "8")<br />

\times 2/3 { c4. c4. c4. c4. }<br />

\once \override TupletNumber #'text =<br />

#(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")<br />

\times 2/3 { c4. c4. c4. c4. }<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

7<br />

12:7<br />

12:7 <br />

<br />

Partcomb<strong>in</strong>e and autoBeamOff<br />

3 <br />

3:2 <br />

3 : 2 <br />

<br />

12 <br />

: 4<br />

The function of \autoBeamOff when used with \partcomb<strong>in</strong>e can be difficult to understand.<br />

It may be preferable to use<br />

\set Staff.autoBeam<strong>in</strong>g = ##f<br />

<strong>in</strong>stead, to ensure that autobeam<strong>in</strong>g will be turned off for the entire staff.<br />

\partcomb<strong>in</strong>e apparently works with 3 voices – stem up s<strong>in</strong>gle, stem down s<strong>in</strong>gle, stem up<br />

comb<strong>in</strong>ed.<br />

An \autoBeamOff call <strong>in</strong> the first argument to partcomb<strong>in</strong>e will apply to the voice that<br />

is active at the time the call is processed, either stem up s<strong>in</strong>gle or stem up comb<strong>in</strong>ed. An<br />

\autoBeamOff call <strong>in</strong> the second argument will apply to the voice that is stem down s<strong>in</strong>gle.<br />

In order to use \autoBeamOff to stop all autobeam<strong>in</strong>g when used with \partcomb<strong>in</strong>e, it will<br />

be necessary to use three calls to \autoBeamOff.<br />

{<br />

%\set Staff.autoBeam<strong>in</strong>g = ##f % turns off all autobeam<strong>in</strong>g<br />

\partcomb<strong>in</strong>e<br />

{<br />

\autoBeamOff % applies to split up stems<br />

\repeat unfold 4 a'16<br />

%\autoBeamOff % applies to comb<strong>in</strong>ed up stems<br />

\repeat unfold 4 a'8<br />

\repeat unfold 4 a'16<br />

}<br />

{<br />

\autoBeamOff % applies to down stems<br />

\repeat unfold 4 f'8

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

Saved successfully!

Ooh no, something went wrong!