lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to control ties direction between chords


From: William Rehwinkel
Subject: Re: How to control ties direction between chords
Date: Fri, 21 Apr 2023 11:12:25 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

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   |
|        william@williamrehwinkel.net         |
| PGP key:                                    |
| https://ftp.williamrehwinkel.net/pubkey.txt |
+ ------------------------------------------- +

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]