lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2575 in lilypond: Ambitus is incorrect in the case


From: lilypond
Subject: [Lilypond-auto] Issue 2575 in lilypond: Ambitus is incorrect in the case of semitone staves
Date: Wed, 30 May 2012 08:31:31 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2575 by address@hidden: Ambitus is incorrect in the case of semitone staves
http://code.google.com/p/lilypond/issues/detail?id=2575

Barikavily reported here:

http://lists.gnu.org/archive/html/bug-lilypond/2012-05/msg00217.html

Original post:
-------------------------

I'm not top posting.
% Ambitus is not correct in the case of:
% Manually defined clefs (here the example of the standard choral tenor clef)
% Semitone staves

\version "2.15.35"

\new Staff \with { \consists Ambitus_engraver } {
        \set Staff.middleCPosition = #1
        c' c''
}

\new Staff \with { \consists Ambitus_engraver } {
        \set staffLineLayoutFunction = #ly:pitch-semitones
        c' c''
}

--------------------------

I think the first example is expected behaviour but the second one is a new bug.

http://lilypond.org/doc/v2.15/Documentation/notation/displaying-pitches#ambitus
http://lilypond.org/doc/v2.15/Documentation/notation/displaying-pitches#clef
http://code.google.com/p/lilypond/issues/list?can=1&q=ambitus





reply via email to

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