Hi.
Could someone please tell me the correct way to increase the spacing of
a fall when it is on the last note of a bar? I'm finding default a bit
too cramped.
--
\version "2.22"
tune = \relative c'' {
\clef treble
e2. f8 d\bendAfter #-4 | r1 |
}
\score {
<<
\new Staff \tune
>>
}
--
