Partcombine and \autoBeamOff: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The function of <code>\autoBeamOff</code> when used with <code>\partCombine</code> can be difficult to understand. It may be preferable to use | The function of <code>\autoBeamOff</code> when used with <code>\partCombine</code> can be difficult to understand. It may be preferable to use | ||
\set Staff.autoBeaming = ##f | |||
instead to ensure that auto-beaming is turned off for the entire staff. Use this at a spot in your score where no beam generated by the auto-beamer is still active. | instead to ensure that auto-beaming is turned off for the entire staff. Use this at a spot in your score where no beam generated by the auto-beamer is still active. | ||
Internally, <code>\partCombine</code> works with four voices – stem | Internally, <code>\partCombine</code> works with four voices – up-stem single, down-stem single, combined, and solo. In order to use <code>\autoBeamOff</code> to stop all auto-beaming when used with <code>\partCombine</code>, it is necessary to use ''four'' calls to <code>\autoBeamOff</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
{ | { | ||
% \set Staff.autoBeaming = ##f % turns off all auto-beaming | % \set Staff.autoBeaming = ##f % turns off all auto-beaming | ||
| Line 32: | Line 32: | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Snippet]] | |||