Hi Robert,
> I tried different approaches but cannot get that slur.
\version "2.25.14"
\language "english"
global = {
\key ef \minor
\time 3/4
}
\relative c' {
\clef treble
\global
<<
{ bf'4 cf2 \tweak staff-position #5.1 ~ | <ef, gf cf>8 <ef gf cf>8 r8 <gf
cf ef> r8 <ff bf df> }
\\
{ d4 d2( | \hideNotes ef8) }
\\
{ s4 \tweak horizontal-shift #1 f gf8 af | s2. }
>>
}
Note that I also turned your \once \override commands into \tweak commands
(which feel more natural to me).
> Why is not the first example working?
You placed the slur start parenthesis in the wrong location. :)
Hope that helps!
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.