lilypond-user
[Top][All Lists]
Advanced

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

Re: tie between voice & transpose a to g


From: MING TSANG
Subject: Re: tie between voice & transpose a to g
Date: Thu, 11 Apr 2013 18:48:50 -0700 (PDT)

Hi, Thomas:

Thank you for the work-a-round. It displays great - true to the original.  Thank You.

Blessing,
Ming.


From: Thomas Morley <address@hidden>
To: MING TSANG <address@hidden>
Cc: lilypond-usermailinglist <address@hidden>
Sent: Thursday, April 11, 2013 7:52:41 PM
Subject: Re: tie between voice & transpose a to g

2013/4/11 MING TSANG <address@hidden>:
> (hope this time the email will not be rejected by lilypond-owner}
>
> Hi lily user:
>
> I have a hard time coding cross voice tie.  I end up of spliting the chord
> into two voices. Please refer to pdf and .ly files.
> 1. How can I code so that it will be the same as ~original.png


A workaround;


\version "2.16.2"

\relative c' {
    \key a\major
    \clef bass
    << {
          \voiceTwo
          \tieNeutral
          < a fis' >1~
          < a d fis>2
      }
      \\
      {
            \voiceFour
            \tieUp
            \once \override NoteColumn #'force-hshift = #1.2
                  e'4 d2.~
          \tweak NoteColumn #'ignore-collision ##t
          \tweak #'X-extent #'(-0.1 . 0)
          \tweak #'transparent ##t
          \tweak Stem #'stencil ##f
          d2
      }
    >>
    <b d>   
}

Though, I really hope someone comes up with a better solution.

Cheers,
  Harm



reply via email to

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