lilypond-user
[Top][All Lists]
Advanced

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

Re: Odd-looking tie on a chord


From: Bill Mooney
Subject: Re: Odd-looking tie on a chord
Date: Mon, 04 Jul 2011 21:16:23 +1200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

Hi!
You wrote:-
+++++++++++++++++++++++
\version "2.14.1"
\include "english.ly"
\score {
  \new Staff {
    \key d \major
    \numericTimeSignature
    \time 4/4
    r4
    \times 4/5 { <cs' d'' b''>16\< <cs' d'' b''><cs' d'' b''><cs' d''
b''><cs'
d'' b''>~ }
    <cs' d'' b''>16 <cs' d'' b''>8.
    %% Here: the tie on the D's looks funny
    %% Too tall? Left-hand endpoint is not aligned with the B tie?
    ~
    <cs' d'' b''>8 [ <b d'' a''>->\mf ]
  }
}

It looks even funnier at lower resolution, somewhat better when viewed
up close.
I'm aware of \override TieColumn #'tie-configuration but would just as
soon avoid it if possible.
+++++++++++++++++++++++
See embedded comments:-

\version "2.14.1"
\include "english.ly"
\score {
  \new Staff {
    \key d \major
    \numericTimeSignature
    \time 4/4
    r4
    \times 4/5 { <cs' d'' b''>16\< <cs' d'' b''><cs' d'' b''><cs' d''
b''><cs'
d'' b''>~ }

    <cs' d'' b''> <cs' d'' b''>8~ %moving the dot from here.....

    <cs' d'' b''>8. % ... to here makes the tie pretty...
    [ <b d'' a''>8->\mf ]
  }
}

% ... but is it musically correct?

I hope this helps
Regards
Bill



reply via email to

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