Thank you Brian and Willian for your working solution!

[image: image.png]
Thank you,
Vlad

On Fri, Apr 21, 2023 at 5:12 PM William Rehwinkel <
will...@williamrehwinkel.net> wrote:

> Dear Vlad,
>
> Inserting ^~ and _~ to the individual notes in the chord should work
> nicely, Like so.
>
> Thanks,
> -William
>
> \version "2.25.2"
>
> \relative {
>    \clef treble
>    \key c \major
>    \time 4/4
>    <<
>      \new Voice = voiceOne \relative {
>        \voiceOne
>        <d'='_~ d'^~>4 8
>      }
>      \new Voice = voiceTwo \relative {
>        \voiceTwo
>        \autoBeamOff r8 <f'=' a>8 8
>      }
>    >>
> }
>
>
> On 4/21/23 10:47, Volodymyr Prokopyuk wrote:
> > Hi,
> >
> > How can I force the lower tie to be placed downward in the below code
> > snippet? I've tried \once \tieDown but with no luck.
> >
> > \version "2.25.3"
> >
> > \relative {
> >    \clef treble
> >    \key c \major
> >    \time 4/4
> >    <<
> >      \new Voice = voiceOne \relative {
> >        \voiceOne
> >        <d'=' d'>4~ 8
> >      }
> >      \new Voice = voiceTwo \relative {
> >        \voiceTwo
> >        \autoBeamOff r8 <f'=' a>8 8
> >      }
> >    >>
> > }
> >
> > image.png
> >
> >
> > Thank you in advance for your support,
> > Vlad
>
> --
> + ------------------------------------------- +
> |   William Rehwinkel - Oberlin College and   |
> |                          Conservatory '24   |
> |        will...@williamrehwinkel.net         |
> | PGP key:                                    |
> | https://ftp.williamrehwinkel.net/pubkey.txt |
> + ------------------------------------------- +
>

Reply via email to