Cross-staff stems: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This snippet shows how to use <code>Span_stem_engraver</code> and <code>\crossStaff</code> to connect stems across staves automatically. | This snippet shows how to use <code>Span_stem_engraver</code> and <code>\crossStaff</code> to connect stems across staves automatically. | ||
The stem length need not be specified, as the variable distance between | The stem length need not be specified, as the variable distance between note heads and staves is calculated automatically. However, it is important that <code>\crossStaff</code> is applied to the correct voice or staff (i.e., on the opposite side of where a beam is or would be positioned) to get the desired effect. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\layout { | \layout { | ||
\context { | \context { | ||
| Line 30: | Line 30: | ||
</lilypond> | </lilypond> | ||
[[Category: | [[Category:Contexts and engravers]] | ||
[[Category:Staff notation]] | [[Category:Staff notation]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category: | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||