bug-lilypond
[Top][All Lists]
Advanced

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

Re: Reminder: Some chord symbols still broken in 2.5.19


From: Erik Sandberg
Subject: Re: Reminder: Some chord symbols still broken in 2.5.19
Date: Fri, 15 Apr 2005 11:07:20 +0200
User-agent: KMail/1.7.2

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 <address@hidden>
\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




reply via email to

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