bug-lilypond
[Top][All Lists]
Advanced

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

Issue 653 in lilypond: \override inconsistency with ties in a polyphoni


From: codesite-noreply
Subject: Issue 653 in lilypond: \override inconsistency with ties in a polyphonic situation
Date: Sat, 26 Jul 2008 18:50:24 -0700

Issue 653: \override inconsistency with ties in a polyphonic situation
http://code.google.com/p/lilypond/issues/detail?id=653

New issue report by v.villenave:
%  When \override is applied to a tie in polyphonic music, it is
%  unclear as to which tie the \override will apply.
%  The outcome appears to be somewhat arbitrary.
%  Also, note that the documentation says that \overrides apply to all
%   music at the same moment, which appears not to happen with ties.

\version "2.11.53"

\context Staff {
\context Voice {
  \relative c'{
    <<
      %  here the override applies to the tied d's, as the f tie
      %  is unchanged
      { d2 ~ d }
      \once\override Tie  #'control-points =
        #'((1.75 . -0.5) (2.5 . 0.75) (8 . 2) (13.5 . -1.2))
      { f2 ~ f }
    >>
    <<
      % here the override applies to the tied f's, as the d tie is normal
      \once\override Tie  #'control-points =
        #'((1.75 . -0.5) (2.5 . 0.75) (8 . 2) (13.5 . -1.2))
      { d2 ~ d }
      { f2 ~ f }
    >>
    <<
      %  here the override applies to the tied d's, as the f tie
      %  is unchanged
      \once\override Tie  #'control-points =
        #'((1.75 . -0.5) (2.5 . 0.75) (8 . 2) (13.5 . -1.2))
      { f2 ~ f }
      { d2 ~ d }
    >>
  }
}
}
% Thanks to csorensen for the report.


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium Type-Documentation

--
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]