On Friday 15 April 2005 09.55, Matthias Neeracher wrote:
> [Since we seem to be moving towards a release candidate, I thought
> I'd repost this bug report. This is the one issue that currently
> keeps my on 2.4.x for my personal needs.]
>
> On MacOS X, it seems that the symbols for x:maj7 and x:m7.5- still
> don't work properly in 2.5.19 (The former is omitted, the latter
> printed as a long box).
> Is this a known bug or is it a platform specific problem?
>
> Matthias

Thanks! I added this as chord-name-dim-symbol.ly. It happens here also 
(debian/testing).

%important critical
%Matthias Neeracher <[EMAIL PROTECTED]>
\version "2.5.19"
\header {

texidoc = "Some chord symbols don't display properly using PS backend; e.g. 
slashed o and triangle dim symbol"
reportedin = "2.5.19"
}

chs = {
          <c e g b>1            % triangle = maj
          <c es ges bes>
}

    <<
        \new ChordNames {
        \chs
        }

        \new Staff  \transpose c c' { \chs }
    >>


Erik


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to