Issue 368: Ambitus uses lexicographical order instead of pitch height
http://code.google.com/p/lilypond/issues/detail?id=368

New issue report by gpermus:
%{  Rune Zedeler:
Pitches are lexicographically ordered by octave, pitch, alteration.
This means that i.e. even though eis is a higher pitch than fes, it is
lexicographically smaller. And because the ambitus engraver uses the
lexicographical order to find the ambitus, it would prefer fes over eis as
the top of the ambitus. 
%}

\version "2.10.24"
\paper{ ragged-right=##t}
\score {
  \new Voice \with { \consists "Ambitus_engraver" } {
    \clef F c eis fes
}
}


Attachments:
        foo.preview.png  1.2 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to