bug-lilypond
[Top][All Lists]
Advanced

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

Misplaced tie


From: Trevor Daniels
Subject: Misplaced tie
Date: Wed, 17 Apr 2013 23:25:20 +0100

In the chords below, the tie between the g's is misplaced when the 
direction is chosen automatically, but is correct when the direction
is manually specified.

\version "2.17.15"
\relative c' {
  % The tie between the g's is misplaced
  <c e g b>~ <c e g>

  % Manually forcing ties up or down or adding another note gives a correct 
placement
  <c e g b>^~ <c e g>
  <c e g b>_~ <c e g>
  <c e g b>~ <c e g c>
}

See also http://code.google.com/p/lilypond/issues/detail?id=962
and http://code.google.com/p/lilypond/issues/detail?id=904
and http://code.google.com/p/lilypond/issues/detail?id=141

Trevor

reply via email to

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