Partcombine and \autoBeamOff: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 7: | Line 7: | ||
Internally, <code>\partCombine</code> works with four voices – stem up single, stem down 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>. | Internally, <code>\partCombine</code> works with four voices – stem up single, stem down 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 | ||