bug-lilypond
[Top][All Lists]
Advanced

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

Incorrect tie placement with partially-tied chords


From: Chris Snyder
Subject: Incorrect tie placement with partially-tied chords
Date: Wed, 06 Jan 2010 10:14:53 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

\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>
}
}

Thanks,
Chris

--
Chris Snyder
Adoro Music Publishing
1-616-828-4436 x800
http://www.adoromusicpub.com

PNG image


reply via email to

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