Short tremolos: Difference between revisions
Appearance
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 |
No edit summary |
||
| Line 17: | Line 17: | ||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Specific notation]] | [[Category:Specific notation]] | ||
[[Category:Really simple]] | [[Category:Really simple]][[Category:Snippet]] | ||
Revision as of 22:59, 21 November 2025
Short tremolos (involving eighth notes or shorter durations) can be obtained; in such a case only one beam is connected to the stems.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=241
%% see also http://lsr.di.unimi.it/LSR/Item?id=241
\context Staff \relative c' {
\repeat "tremolo" 2 { c32 e32 }
\stemDown
\repeat "tremolo" 2 { c32 e32 }
}