bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1126 in lilypond: Tie positioning not as expected


From: lilypond
Subject: Re: Issue 1126 in lilypond: Tie positioning not as expected
Date: Mon, 04 Jul 2011 09:44:41 +0000


Comment #1 on issue 1126 by brownian.box: Tie positioning not as expected
http://code.google.com/p/lilypond/issues/detail?id=1126

Another examples from this thread:
http://lists.gnu.org/archive/html/lilypond-user/2011-07/msg00049.html

% ---------------8<--------------------
\version "2.14.1"

\score {
  \new Staff {
    <c' d'' b''>8. ~ <c' d'' b''>8
  }
}
% ---------------8<--------------------

Another example:

% ---------------8<--------------------
\version "2.14.1"

\relative c'' {
  \time 2/4
    d16 d8. ~ d8 d
    % both sets of ties in chords look icky
    d16 <d b>8. ~ <d b>8 d
    \tieUp
    d16 <d b>8. ~ <d b>8 d
}
% ---------------8<--------------------

Attachments:
        test1.png  1.2 KB
        test2.png  2.1 KB




reply via email to

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