lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties across voices


From: Timothy Lanfear
Subject: Re: Ties across voices
Date: Sun, 17 Jun 2018 19:33:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 17/06/18 19:03, Shachar Shemesh wrote:
On 17/06/18 07:51, Carl Sorensen wrote:
This turns out to be a quite challenging snippet to engrave.
I'm sorry, it seems that my challenges are not over :-(
You can read more about using hidden notes to make ties span voices here:
It is an interesting technique, but it has one major problem: The actual notes are wrong. The hidden note isn't rendered to the output, but it is present and played.


Here's another solution without any hidden notes.

\version "2.19.81"

\relative c'' {
  \time 2/4 \key aes\major
  \mergeDifferentlyDottedOn
  <<
    \new Voice {
      \voiceOne
      g!16 <bes des>8. ges16 <c ees>8 des16 ~ |
      \once \override Flag.style=#'no-flag \once \stemDown des8 s8
    }
    \new Voice {
      \voiceTwo
      g,!4 ges8. f16 ~ |
      f8 f'16 des
    }
  >>
  ees16 f aes, a |
}

--
Timothy Lanfear, Bristol, UK.




reply via email to

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