Engraving tremolos with floating beams: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If a tremolo's total duration is less than a quarter-note, or exactly a half-note, or between a half-note and a whole-note, it is normally typeset with all beams touching the stems. Certain engraving styles typeset some of these beams as centered floating beams that do not touch the stems. The number of floating beams in this type of tremolo is controlled with the <code>'gap-count</code> property of the <code>Beam</code> object, and the size of the gaps between beams and stems is set with the <code>'gap</code> property.
If a tremolo’s total duration is less than a quarter-note, or exactly a half note, or between a half note and a whole note, it is normally typeset with all beams touching the stems. Certain engraving styles typeset some of these beams as centered floating beams that do not touch the stems. The number of floating beams in this type of tremolo is controlled with the <code>gap-count</code> property of the <code>Beam</code> object, and the size of the gaps between beams and stems is set with the <code>gap</code> property.


<lilypond version="2.24.0">
<lilypond version="2.24">
\relative c'' {
\relative c'' {
   \repeat tremolo 8 { a32 f }
   \repeat tremolo 8 { a32 f }
Line 23: Line 23:
</lilypond>
</lilypond>


[[Category:Repeats]]
[[Category:Rhythms]]
[[Category:Rhythms]]
[[Category:Repeats]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]