[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: tieWaitForNote
From: |
Mark Stephen Mrotek |
Subject: |
RE: tieWaitForNote |
Date: |
Mon, 23 Nov 2015 23:02:28 -0800 |
Hwaen Ch'uqi,
Thank you for your reply. I shall try your suggestion.
Mark
-----Original Message-----
From: Hwaen Ch'uqi [mailto:address@hidden
Sent: Monday, November 23, 2015 10:13 PM
To: Mark Stephen Mrotek <address@hidden>
Cc: lilypond-user Mailinglist <address@hidden>
Subject: Re: tieWaitForNote
Greetings Mark,
I believe that ties only work if the notes they are connecting are in the same
voice. In your example, you have called \voiceOne, \voiceTwo, and \voiceThree.
However, your resulting chord is in none of those voices. Would it be possible
to avoid that construct altogether?
Something like
\relative c'' {
\key e \minor
\clef treble
\time 6/8
\set tieWaitForNote = ##t
g,8~ b~ d~ <g d b g>4. }
And then manipulate ties individually if needed?
Hwaen Ch'uqi
On 11/24/15, Mark Stephen Mrotek <address@hidden> wrote:
> Hello,
>
>
>
> Everything is correct except that the ties do not appear. What is my error?
>
>
>
> \version "2.18.2"
>
>
>
> \relative c'' {
>
> \clef treble
>
> \key e \minor
>
> \time 6/8
>
>
>
> << {b8\rest s \set tieWaitForNote = ##t d,~ } \\
>
> {\set tieWaitForNote = ##t g,4.~ } \\
>
> {s8 \set tieWaitForNote = ##t b4~ } >> <g b d g>4. |
>
>
>
> }
>
>
>
> Thank you for your kind attention.
>
>
>
> Mark Stephen Mrotek
>
>