[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-bug
Subject:    Issue 653 in lilypond: \override inconsistency with ties in a  polyphonic situation
From:       codesite-noreply () google ! com
Date:       2008-07-27 1:50:24
Message-ID: 00163646d99b5795150452f7a1d8 () google ! com
[Download RAW message or body]

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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic