Glissando: Difference between revisions

Import snippet from LSR
 
m New category
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
The engraver does no time-keeping, so it involves some trickery to get <code>&lt;&lt; { s8 s8 s4 } { c4 \gliss d4 } &gt;&gt;</code> working correctly.
The engraver does no time-keeping, so it involves some trickery to get <code>&lt;&lt; { s8 s8 s4 } { c4 \gliss d4 } &gt;&gt;</code> working correctly.


<lilypond version="2.24.0" full>
<lilypond version="2.24" full>
%% http://lsr.di.unimi.it/LSR/Item?id=215
%% http://lsr.di.unimi.it/LSR/Item?id=215


Line 41: Line 41:
[[Category:Connecting notes]]
[[Category:Connecting notes]]
[[Category:Workaround]]
[[Category:Workaround]]
[[Category:Snippet]]