bug-lilypond
[Top][All Lists]
Advanced

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

Issue 962 in lilypond: Incorrect tie placement with partially-tied chor


From: lilypond
Subject: Issue 962 in lilypond: Incorrect tie placement with partially-tied chords
Date: Wed, 06 Jan 2010 20:17:30 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 962 by pnorcks: Incorrect tie placement with partially-tied chords
http://code.google.com/p/lilypond/issues/detail?id=962

\version "2.13.10"

% In situations where some notes of a chord are tied but others are not,
% tie placement is often incorrect, requiring manual tuning. I run into
% this situation a lot when I engrave organ music.

\score {
  \new Staff \relative c' {
    % The output makes it look like the C is tied instead of the E:
    <c e~ g>4 <c e g>

    % Better:
    \override Tie #'staff-position = #-4.5 <c e~ g> <c e g>
  }
}

Attachments:
        chord-ties.png  2.3 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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